mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 16:24:03 +03:00
Get rid of buffersize everywhere
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
package relay
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
ConnectionTimeToLiveMin = 2 * time.Minute
|
||||
ConnectionTimeToLiveMax = 10 * time.Minute
|
||||
TimeoutMin = 20 * time.Second
|
||||
TimeoutMax = time.Minute
|
||||
bufferSize = 32 * 1024
|
||||
)
|
||||
|
||||
type Logger interface {
|
||||
|
||||
Reference in New Issue
Block a user