You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineFRAME_COUNTER_STORE_INTERVAL 60 // Time interval (on seconds) between checking if frame counter storing is needed
175
175
#defineFRAME_COUNTER_STORE_FORCE_INTERVAL (3600 * 20) // Time interval (on seconds) before frame counter storing is forced (if no other storing operations triggered)
176
176
#defineFRAME_COUNTER_STORE_TRIGGER 5 // Delay (on seconds) before storing, when storing of frame counters is triggered
177
-
#defineFRAME_COUNTER_INCREMENT1000 // How much frame counter is incremented on start up
178
-
#defineFRAME_COUNTER_STORE_THRESHOLD800 // How much frame counter must increment before it is stored
177
+
#defineFRAME_COUNTER_INCREMENT1000000 // How much frame counter is incremented on start up
178
+
#defineFRAME_COUNTER_STORE_THRESHOLD994999 // How much frame counter must increment before it is stored
0 commit comments