From ef7726af37fcec0adfa8202843f5bc2f1dd53444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 31 Mar 2018 21:58:21 +0200 Subject: [PATCH] Reduce autoSaveInterval to slightly overshoot average CPM typing speed --- src/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.ts b/src/app/config.ts index 713d03c..c6f135d 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -5,7 +5,7 @@ export const config = { }, webide: { 'route': 'webide', - 'autoSaveInterval': 1000, + 'autoSaveInterval': 444, 'defaultCode': 'Loading your file...', 'defaultLanguage': 'text', 'deployProcessName': 'login',