Set to 10x retry count

This commit is contained in:
Ben Sarmiento
2024-02-16 06:04:38 +01:00
parent 66a4ceaa33
commit 95882ace3f

View File

@@ -46,7 +46,7 @@ func MainApp(configPath string) {
apiClient := http.NewHTTPClient( apiClient := http.NewHTTPClient(
config.GetToken(), config.GetToken(),
config.GetRetriesUntilFailed(), config.GetRetriesUntilFailed()*10,
config.GetApiTimeoutSecs(), config.GetApiTimeoutSecs(),
false, false,
config, config,