Update consts.go, go.mod, and 2 more files...

This commit is contained in:
RamiBerm
2021-07-13 16:56:39 +03:00
parent c4048e5c8e
commit 728b5b5d1c
4 changed files with 9 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
)
const (
DEFAULT_SOCKET_RETRIES = 3
DEFAULT_SOCKET_RETRIES = 3
DEFAULT_SOCKET_RETRY_SLEEP_TIME = time.Second * 10
)