File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2242,7 +2242,7 @@ def test_archive_get_prefetch_corruption(self):
22422242 # at this point replica is consistent
22432243 restore_command = self .get_restore_command (backup_dir , 'node' , replica )
22442244
2245- restore_command += ' -j 2 --batch-size=10 --log-level-console=VERBOSE'
2245+ restore_command += ' -j5 --batch-size=10 --log-level-console=VERBOSE'
22462246 #restore_command += ' --batch-size=2 --log-level-console=VERBOSE'
22472247
22482248 if node .major_version >= 12 :
Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ def set_archiving(
11781178 if overwrite :
11791179 options ['archive_command' ] += '--overwrite '
11801180
1181- options ['archive_command' ] += '--log-level-console=verbose '
1181+ options ['archive_command' ] += '--log-level-console=VERBOSE '
11821182 options ['archive_command' ] += '-j 5 '
11831183 options ['archive_command' ] += '--batch-size 10 '
11841184 options ['archive_command' ] += '--no-sync '
You can’t perform that action at this time.
0 commit comments