Skip to content

Commit

Permalink
changed max_failover_replication_time_lag
Browse files Browse the repository at this point in the history
  • Loading branch information
v.sharma committed Nov 19, 2024
1 parent 6d6003c commit 50bae3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/database_config_get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ WorkMem 4
TimeScaleDB {}
SynchronousReplication off
StatMonitorEnable false
MaxFailoverReplicationTimeLag NONE`
MaxFailoverReplicationTimeLag 10`

databaseConfigPGGetResponse = `{
"config": {
Expand Down Expand Up @@ -289,7 +289,7 @@ MaxFailoverReplicationTimeLag NONE`
"stat_monitor_enable": false,
"work_mem": 4,
"synchronous_replication": "off",
"max_failover_replication_time_lag": "NONE"
"max_failover_replication_time_lag": 10
}
}`

Expand Down

0 comments on commit 50bae3e

Please sign in to comment.