Skip to content

Commit

Permalink
Increase analytics buffer from 25k to 200k (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Aug 28, 2024
1 parent 280f42d commit 4994d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
GeoHashPrecision = 3
LogChannelBufferSize = 25000
LogChannelBufferSize = 200000
)

type AnalyticsLog struct {
Expand Down

0 comments on commit 4994d79

Please sign in to comment.