mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
use detached channels
This commit is contained in:
parent
7ba464828e
commit
b2020c73ab
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import (
|
|||
|
||||
var log = logrus.New()
|
||||
|
||||
const BufferSize = 4096 * 16
|
||||
const BufferSize = 64000
|
||||
const Channels = 1
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue