Skip to content

Commit

Permalink
Merge pull request #184 from Aiven-Open/kmichel-bump-timeout
Browse files Browse the repository at this point in the history
clickhouse: bump default restore_replica_timeout to 3600sec
  • Loading branch information
Khatskevich authored Mar 4, 2024
2 parents 16d7728 + 2ac7cae commit d49cc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astacus/coordinator/plugins/clickhouse/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ClickHousePlugin(CoordinatorPlugin):
# Deprecated parameter, ignored
max_concurrent_restart_replica: int = 10
max_concurrent_restart_replica_per_node: int = 10
restore_replica_timeout: float = 300.0
restore_replica_timeout: float = 3600.0
# Deprecated parameter, ignored
max_concurrent_restore_replica: int = 10
max_concurrent_restore_replica_per_node: int = 10
Expand Down

0 comments on commit d49cc7a

Please sign in to comment.