client: upd locales

This commit is contained in:
Dimitry Kolyshev
2024-08-07 10:46:09 +05:00
parent edfa8c147f
commit d80e56bcd7
36 changed files with 36 additions and 199 deletions

View File

@@ -41,7 +41,7 @@ func (c *twoskyClient) download() (err error) {
downloadURI := c.uri.JoinPath("download")
client := &http.Client{
Timeout: 10 * time.Second,
Timeout: 20 * time.Second,
}
wg := &sync.WaitGroup{}