X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/c789e2f35ea97fe2b390cf06dc1c914b913b7535..b22a7e4ddf4f2975786881174dfc21fa35555d7d:/hotline/server.go diff --git a/hotline/server.go b/hotline/server.go index 9cf93d0..ec83522 100644 --- a/hotline/server.go +++ b/hotline/server.go @@ -33,12 +33,6 @@ type requestCtx struct { name string } -const ( - userIdleSeconds = 300 // time in seconds before an inactive user is marked idle - idleCheckInterval = 10 // time in seconds to check for idle users - trackerUpdateFrequency = 300 // time in seconds between tracker re-registration -) - var nostalgiaVersion = []byte{0, 0, 2, 0x2c} // version ID used by the Nostalgia client type Server struct {