File tree 2 files changed +2
-2
lines changed
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):
2242
2242
# at this point replica is consistent
2243
2243
restore_command = self .get_restore_command (backup_dir , 'node' , replica )
2244
2244
2245
- restore_command += ' -j 2 --batch-size=10 --log-level-console=VERBOSE'
2245
+ restore_command += ' -j5 --batch-size=10 --log-level-console=VERBOSE'
2246
2246
#restore_command += ' --batch-size=2 --log-level-console=VERBOSE'
2247
2247
2248
2248
if node .major_version >= 12 :
Original file line number Diff line number Diff line change @@ -1178,7 +1178,7 @@ def set_archiving(
1178
1178
if overwrite :
1179
1179
options ['archive_command' ] += '--overwrite '
1180
1180
1181
- options ['archive_command' ] += '--log-level-console=verbose '
1181
+ options ['archive_command' ] += '--log-level-console=VERBOSE '
1182
1182
options ['archive_command' ] += '-j 5 '
1183
1183
options ['archive_command' ] += '--batch-size 10 '
1184
1184
options ['archive_command' ] += '--no-sync '
You can’t perform that action at this time.
0 commit comments