mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
increase write interval for lastSeen
This commit is contained in:
parent
9aa53aa3aa
commit
e22adf47ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue