lastCheckOnline var unused

This commit is contained in:
Réda HAMADI 2022-04-23 18:22:17 +02:00
parent 7195f749bf
commit cff53125bc

View File

@ -26,9 +26,6 @@ const chaturbateURL = "https://chaturbate.com/"
// retriesAfterOnlined tells the retries for stream when disconnected but not really offlined.
var retriesAfterOnlined = 0
// lastCheckOnline logs the last check time.
var lastCheckOnline = time.Now()
// bucket stores the used segment to prevent fetched the duplicates.
var bucket []string