mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 02:22:55 +00:00 
			
		
		
		
	Decrease autosave_interval to 1000ms
This commit is contained in:
		@@ -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',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user