mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 23:41:55 +00:00
Reduce autoSaveInterval to slightly overshoot average CPM typing speed
This commit is contained in:
parent
a10b772ac5
commit
ef7726af37
@ -5,7 +5,7 @@ export const config = {
|
|||||||
},
|
},
|
||||||
webide: {
|
webide: {
|
||||||
'route': 'webide',
|
'route': 'webide',
|
||||||
'autoSaveInterval': 1000,
|
'autoSaveInterval': 444,
|
||||||
'defaultCode': 'Loading your file...',
|
'defaultCode': 'Loading your file...',
|
||||||
'defaultLanguage': 'text',
|
'defaultLanguage': 'text',
|
||||||
'deployProcessName': 'login',
|
'deployProcessName': 'login',
|
||||||
|
Loading…
Reference in New Issue
Block a user