mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 02:26:10 +00:00 
			
		
		
		
	fixed setTimeout to setInterval
This commit is contained in:
		@@ -47,7 +47,7 @@
 | 
			
		||||
            loadLeaseCnt()
 | 
			
		||||
 | 
			
		||||
            // refresh every 5 seconds
 | 
			
		||||
            setTimeout(() => {
 | 
			
		||||
            setInterval(() => {
 | 
			
		||||
                loadLOriginCnt()
 | 
			
		||||
                loadLeaseCnt()
 | 
			
		||||
            }, 5000);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user