From e22adf47ca1826b46a4ae8cc7424a96f9cd7c27f Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 26 Jun 2020 18:03:39 -0400 Subject: [PATCH] increase write interval for lastSeen --- irc/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/client.go b/irc/client.go index 2aae8dca..b9ba587d 100644 --- a/irc/client.go +++ b/irc/client.go @@ -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