refactor: leading updates in timers

This commit is contained in:
Carlos Valente
2024-05-11 11:02:40 +02:00
committed by Carlos Valente
parent 52145d5e1e
commit c57b0423af
5 changed files with 140 additions and 15 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ export const timerConfig = {
skipLimit: 1000, // threshold of skip for recalculating
updateRate: 32, // how often do we update the timer
notificationRate: 1000, // how often do we notify clients and integrations
triggerAhead: 16, // how far ahead do we trigger the end event
triggerAhead: 10, // how far ahead do we trigger the end event
};