Switch back to BasicPruner

This commit is contained in:
2026-05-27 15:52:56 +02:00
parent d0166f32a6
commit ebaf128d92

View File

@ -179,8 +179,8 @@ sub import_trace {
"$fail_prune", "--database-option-file $remote_db_conf", "$fail_prune", "--database-option-file $remote_db_conf",
"-v $experiment", "-b %%", "-v $experiment", "-b %%",
'-p NoPruner', #'-p NoPruner',
#'-p BasicPruner', '-p BasicPruner',
"--overwrite", ">$remote_builds_dir/$experiment/2_prune.log 2>&1" "--overwrite", ">$remote_builds_dir/$experiment/2_prune.log 2>&1"
); );
say "Prune command: $prune_command"; say "Prune command: $prune_command";