raise max bytes to allow huge files #231
This commit is contained in:
parent
b188a2691e
commit
a8c5bef7c0
|
|
@ -10,7 +10,7 @@ import (
|
|||
log "github.com/schollz/logger"
|
||||
)
|
||||
|
||||
const MAXBYTES = 1000000
|
||||
const MAXBYTES = 4000000
|
||||
|
||||
// Comm is some basic TCP communication
|
||||
type Comm struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue