Added a Sync Time Feature

Sync Time is a time you can set to synchronize with last second subscriptions due to stream delay.
Default Value is set to 2 but can be changed in the config.
This commit is contained in:
Lea
2023-03-30 15:49:19 +02:00
committed by GitHub
parent 75bb5f5c0f
commit a88a096af8
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -27,6 +27,9 @@ var initialHoursConfig = 2
var initialMinutesConfig = 0
var initialSecondsConfig = 0
// Sync Time, amount of seconds it waits after the timer hit 0 to stop it. Useful for last Second Subs.
var syncTime = 2 // Default 2 seconds.
// Enable/Disable Subs, Bits, Donations, Chests
var subEnable = true
var bitEnable = false