1
1
Fork 0
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:
Zack Scholl 2019-04-05 13:17:36 -07:00
parent 3d9cac01e6
commit 7ba464828e

View file

@ -26,7 +26,7 @@ import (
var log = logrus.New()
const BufferSize = 4096
const BufferSize = 4096 * 16
const Channels = 1
func init() {