Skip to content
Snippets Groups Projects
Commit fc7fcbab authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Double the log buffer size

parent c5c73df2
Branches
Tags
1 merge request!67fix for latest client release
......@@ -32,7 +32,7 @@ const (
// logListenerChanSize is the size of the listener channel that stores log
// messages before they are written.
logListenerChanSize = 1500
logListenerChanSize = 3000
)
// List of tags that can be used when sending a message or registering a handler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment