mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-04 22:10:56 +01:00
Set the proper buffer size in the client code
This commit is contained in:
parent
5e93d117cf
commit
9504012920
@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
bufferSize = 1500 // optimise the buffer size
|
||||
bufferSize = 8820
|
||||
serverResponseTimeout = 8 * time.Second
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user