mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
raise max bytes to allow huge files #231
This commit is contained in:
parent
b188a2691e
commit
a8c5bef7c0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
log "github.com/schollz/logger"
|
log "github.com/schollz/logger"
|
||||||
)
|
)
|
||||||
|
|
||||||
const MAXBYTES = 1000000
|
const MAXBYTES = 4000000
|
||||||
|
|
||||||
// Comm is some basic TCP communication
|
// Comm is some basic TCP communication
|
||||||
type Comm struct {
|
type Comm struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue