mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 21:11:55 +00:00
Decrease autosave_interval to 1000ms
This commit is contained in:
parent
ce97228a51
commit
b1c0ba91d8
@ -20,7 +20,7 @@ import { DeploymentNotificationService } from '../services/deployment-notificati
|
||||
const modelist = brace.acequire('ace/ext/modelist');
|
||||
|
||||
const defaultSourceCode = 'Loading your file...';
|
||||
const autosave_interval = 2000;
|
||||
const autosave_interval = 1000;
|
||||
|
||||
@Component({
|
||||
selector: 'app-webide',
|
||||
|
Loading…
Reference in New Issue
Block a user