We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fad295 commit 9a4a7deCopy full SHA for 9a4a7de
editor/src/consts.rs
@@ -153,7 +153,7 @@ pub const COLOR_OVERLAY_BLACK_75: &str = "#000000bf";
153
pub const DEFAULT_DOCUMENT_NAME: &str = "Untitled Document";
154
pub const FILE_SAVE_SUFFIX: &str = ".graphite";
155
pub const MAX_UNDO_HISTORY_LEN: usize = 100; // TODO: Add this to user preferences
156
-pub const AUTO_SAVE_TIMEOUT_SECONDS: u64 = 15;
+pub const AUTO_SAVE_TIMEOUT_SECONDS: u64 = 1;
157
158
// INPUT
159
pub const DOUBLE_CLICK_MILLISECONDS: u64 = 500;
0 commit comments