mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Remove all cleverness that broke uploads
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
package relay
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
copyBufferSize = 64 * 1024
|
||||
writerBufferSize = 128 * 1024
|
||||
readTimeout = 10 * time.Millisecond
|
||||
copyBufferSize = 64 * 1024
|
||||
)
|
||||
|
||||
type Logger interface {
|
||||
|
||||
Reference in New Issue
Block a user