summaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 3544fdf..d74a06f 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -16,7 +16,7 @@ pub struct App<'a> {
impl App<'_> {
pub fn new() -> Self {
- let sheet_id = Register::create(200, 1000);
+ let sheet_id = Register::create(2000, 10000);
let sheet = Register::get(sheet_id).unwrap();
{