clear up some commenting and whatnot

This commit is contained in:
jjj333_p 2024-02-05 23:39:38 -10:00
parent b9061b96e4
commit 5b84d4613c

View file

@ -129,8 +129,6 @@ type PresenceMap struct {
var lastPresence PresenceMap var lastPresence PresenceMap
// lastPresence.presence = make(map[string]map[int]int64)
// how long before the online status expires // how long before the online status expires
// should be long enough that any client will have another sync before expiring // should be long enough that any client will have another sync before expiring
const presenceTimeout int64 = 10 const presenceTimeout int64 = 10