Reduce autoSaveInterval to slightly overshoot average CPM typing speed

This commit is contained in:
Kristóf Tóth 2018-03-31 21:58:21 +02:00
parent a10b772ac5
commit ef7726af37

View File

@ -5,7 +5,7 @@ export const config = {
},
webide: {
'route': 'webide',
'autoSaveInterval': 1000,
'autoSaveInterval': 444,
'defaultCode': 'Loading your file...',
'defaultLanguage': 'text',
'deployProcessName': 'login',