diff --git a/handlers/analytics.go b/handlers/analytics.go index 9eabb0ea..2a34d340 100644 --- a/handlers/analytics.go +++ b/handlers/analytics.go @@ -26,7 +26,7 @@ import ( const ( GeoHashPrecision = 3 - LogChannelBufferSize = 25000 + LogChannelBufferSize = 200000 ) type AnalyticsLog struct {