mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Reduce autosave interval – only runs if code is dirty anyway
This commit is contained in:
		@@ -19,7 +19,7 @@ import { ProcessManagerService } from '../services/processmanager.service';
 | 
			
		||||
const modelist = brace.acequire('ace/ext/modelist');
 | 
			
		||||
 | 
			
		||||
const defaultSourceCode = 'Oops! Something went wrong :(';
 | 
			
		||||
const autosave_interval = 10000;
 | 
			
		||||
const autosave_interval = 2000;
 | 
			
		||||
 | 
			
		||||
@Component({
 | 
			
		||||
  selector: 'app-webide',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user