Skip to content

Commit 626f991

Browse files
committed
Remove a redundant change
1 parent e9d9ab6 commit 626f991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-appliance/tests/test_spilo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function wait_all_streaming() {
108108
function wait_zero_lag() {
109109
local repl_count=${2:-2}
110110
log_info "Waiting for all replicas to catch up with WAL replay..."
111-
wait_query "$1" "SELECT COUNT(*) FROM pg_stat_replication WHERE application_name LIKE 'spilo_' AND pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), COALESCE(replay_lsn, '0/0')) < 17*1024*1024" "$repl_count"
111+
wait_query "$1" "SELECT COUNT(*) FROM pg_stat_replication WHERE application_name LIKE 'spilo_' AND pg_catalog.pg_wal_lsn_diff(pg_catalog.pg_current_wal_lsn(), COALESCE(replay_lsn, '0/0')) < 16*1024*1024" "$repl_count"
112112
}
113113

114114
function create_schema() {

0 commit comments

Comments
 (0)