mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: leading updates in timers
This commit is contained in:
committed by
Carlos Valente
parent
52145d5e1e
commit
c57b0423af
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user