Skip to content

Commit

Permalink
Fix typo in docs and default sdk config (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdiroffii authored Jun 10, 2024
1 parent b5a1299 commit 37a63e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clearml/config/default/sdk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
iteration {
# Max number of retries when getting frames if the server returned an error (http code 500)
max_retries_on_server_error: 5
# Backoff factory for consecutive retry attempts.
# Backoff factor for consecutive retry attempts.
# SDK will wait for {backoff factor} * (2 ^ ({number of total retries} - 1)) between retries.
retry_backoff_factor_sec: 10
}
Expand Down
2 changes: 1 addition & 1 deletion docs/clearml.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sdk {
iteration {
# Max number of retries when getting frames if the server returned an error (http code 500)
max_retries_on_server_error: 5
# Backoff factory for consecutive retry attempts.
# Backoff factor for consecutive retry attempts.
# SDK will wait for {backoff factor} * (2 ^ ({number of total retries} - 1)) between retries.
retry_backoff_factor_sec: 10
}
Expand Down
2 changes: 1 addition & 1 deletion docs/trains.conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sdk {
iteration {
# Max number of retries when getting frames if the server returned an error (http code 500)
max_retries_on_server_error: 5
# Backoff factory for consecutive retry attempts.
# Backoff factor for consecutive retry attempts.
# SDK will wait for {backoff factor} * (2 ^ ({number of total retries} - 1)) between retries.
retry_backoff_factor_sec: 10
}
Expand Down

0 comments on commit 37a63e5

Please sign in to comment.