From 4994d79caf40da762e1c9e46a36f4daab1e390c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Leszko?= Date: Wed, 28 Aug 2024 15:30:35 +0200 Subject: [PATCH] Increase analytics buffer from 25k to 200k (#1369) --- handlers/analytics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {