Skip to content

Commit

Permalink
keep input folder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vieting committed Jul 18, 2024
1 parent 93daf7a commit e49ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sisyphus/global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def file_caching(path):
#: If the job internal work directory should be kept or deleted during clean up
JOB_CLEANUP_KEEP_WORK = False
#: If the job internal input directory with symlinks to input jobs should be kept or deleted during clean up
JOB_CLEANUP_KEEP_INPUT = False
JOB_CLEANUP_KEEP_INPUT = True
#: Default value for job used by tk.cleaner to determine if a job should be removed or not
JOB_DEFAULT_KEEP_VALUE = 50
#: How many threads should update the graph in parallel, useful if the filesystem has a high latency
Expand Down

0 comments on commit e49ffb0

Please sign in to comment.