faster frontend from 2000 to 1000
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
}
|
||||
|
||||
// Sync with backend every 2 seconds
|
||||
setInterval(syncFromBackend, 2000);
|
||||
setInterval(syncFromBackend, 1000);
|
||||
|
||||
// Smooth update every 50ms
|
||||
setInterval(updateDisplay, 50);
|
||||
|
||||
Reference in New Issue
Block a user