Skip to content

Commit

Permalink
[PLAT-16169] change DR op timeout config value format
Browse files Browse the repository at this point in the history
Summary: change config value format to not separate decimal places so they're not confused with string types

Test Plan: N/A

Reviewers: cwang, vbansal

Reviewed By: vbansal

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D40293
  • Loading branch information
artem-mindrov committed Nov 26, 2024
1 parent 1c62872 commit 7f0770d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ yb {
xcluster_sync_scheduler_interval = 10 minutes
xcluster_metrics_scheduler_interval = 2 minutes
xcluster_sync_on_universe = true
get_api_timeout_ms = 15_000
db_sync_timeout_ms = 120_000
get_api_timeout_ms = 15000
db_sync_timeout_ms = 120000
}

# Enable/Disable Runtime Config UI under Admin section
Expand Down

0 comments on commit 7f0770d

Please sign in to comment.