mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Update sleep time before refresh
This commit is contained in:
		@@ -57,7 +57,7 @@ class UserWebSocket {
 | 
			
		||||
		if(!this.hasOwnProperty("ws"))
 | 
			
		||||
			return;
 | 
			
		||||
 | 
			
		||||
		const num_seconds = ComunicWeb.__config.productionMode ? 5 : 0.5;
 | 
			
		||||
		const num_seconds = ComunicWeb.__config.productionMode ? 5 : 0.8;
 | 
			
		||||
 | 
			
		||||
		notify("Disconnected from the server, page will be reloaded in "+num_seconds+" seconds !", "danger");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user