Remove all cleverness that broke uploads

This commit is contained in:
9seconds
2021-12-03 07:39:45 +03:00
parent 219235e181
commit 93bed24a0b
6 changed files with 27 additions and 126 deletions
+1 -5
View File
@@ -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 {