We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40f381 commit b693145Copy full SHA for b693145
src/serverLog/fileMan.go
@@ -8,7 +8,7 @@ import (
8
"sync"
9
)
10
11
-const chanBuffer = 31
+const chanBuffer = 128
12
const fileMode = 0660
13
const logEnding = '\n'
14
0 commit comments