From 904061c243f70696bfe781e97bf4e392e6954d07 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Tue, 25 Mar 2025 13:04:36 +0100 Subject: additional tools --- internal/pubsub/broker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/pubsub') diff --git a/internal/pubsub/broker.go b/internal/pubsub/broker.go index 3e70ae095..633a6d57f 100644 --- a/internal/pubsub/broker.go +++ b/internal/pubsub/broker.go @@ -5,7 +5,7 @@ import ( "sync" ) -const bufferSize = 1024 +const bufferSize = 1024 * 1024 type Logger interface { Debug(msg string, args ...any) -- cgit v1.2.3