summaryrefslogtreecommitdiffhomepage
path: root/internal/pubsub
diff options
context:
space:
mode:
authorKujtim Hoxha <[email protected]>2025-03-25 13:04:36 +0100
committerKujtim Hoxha <[email protected]>2025-03-26 01:12:30 +0100
commit904061c243f70696bfe781e97bf4e392e6954d07 (patch)
tree4428f96d09968ee0cde44e6ebbaee4757f80050e /internal/pubsub
parent005b8ac16776512b2d4b1f22bd989da162ca1bad (diff)
downloadopencode-904061c243f70696bfe781e97bf4e392e6954d07.tar.gz
opencode-904061c243f70696bfe781e97bf4e392e6954d07.zip
additional tools
Diffstat (limited to 'internal/pubsub')
-rw-r--r--internal/pubsub/broker.go2
1 files changed, 1 insertions, 1 deletions
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)