We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ebbf3a commit bbd272fCopy full SHA for bbd272f
1 file changed
lib/detox/configuration.py
@@ -2,7 +2,7 @@
2
3
main = Configuration(
4
activity_indicator = '/home/cmsprod/public_html/IntelROCCS/Detox/inActionLock.txt',
5
- deletion_per_iteration = 0.02, # fraction of quota to delete per iteration
+ deletion_per_iteration = 0.01, # fraction of quota to delete per iteration
6
deletion_volume_per_request = 50, # size to delete per deletion request in TB
7
- time_shift = 30. # number of days in the future from which to evaluate the policies
+ time_shift = 0. # number of days in the future from which to evaluate the policies
8
)
0 commit comments