mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 15:23:31 -07:00
increase write interval for lastSeen
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ const (
|
||||
maxDeviceIDsPerClient = 64
|
||||
// controls how often often we write an autoreplay-missed client's
|
||||
// deviceid->lastseentime mapping to the database
|
||||
lastSeenWriteInterval = time.Minute * 10
|
||||
lastSeenWriteInterval = time.Hour
|
||||
)
|
||||
|
||||
// ResumeDetails is a place to stash data at various stages of
|
||||
|
||||
Reference in New Issue
Block a user