From c7c38b32e6120b702323cafd4b6db3cb2b99b862 Mon Sep 17 00:00:00 2001 From: Louis Garman Date: Tue, 24 Dec 2024 12:04:16 +0000 Subject: [PATCH] bump --- internal/pubsub/broker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pubsub/broker.go b/internal/pubsub/broker.go index 470d4d4..5c07f9d 100644 --- a/internal/pubsub/broker.go +++ b/internal/pubsub/broker.go @@ -7,7 +7,7 @@ import ( "github.com/leg100/pug/internal/resource" ) -const bufferSize = 1024 +const bufferSize = 1024 * 1024 type Logger interface { Debug(msg string, args ...any)