diff options
-rw-r--r-- | device/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/constants.go b/device/constants.go index 27d910f..e316f32 100644 --- a/device/constants.go +++ b/device/constants.go @@ -22,7 +22,7 @@ const ( RejectAfterTime = time.Second * 180 KeepaliveTimeout = time.Second * 10 CookieRefreshTime = time.Second * 120 - HandshakeInitationRate = time.Second / 20 + HandshakeInitationRate = time.Second / 50 PaddingMultiple = 16 ) |