Skip to content

Commit bbd272f

Browse files
author
Yutaro Iiyama
committed
time_shift was kept at 30 from test run
1 parent 7ebbf3a commit bbd272f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/detox/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
main = Configuration(
44
activity_indicator = '/home/cmsprod/public_html/IntelROCCS/Detox/inActionLock.txt',
5-
deletion_per_iteration = 0.02, # fraction of quota to delete per iteration
5+
deletion_per_iteration = 0.01, # fraction of quota to delete per iteration
66
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
7+
time_shift = 0. # number of days in the future from which to evaluate the policies
88
)

0 commit comments

Comments
 (0)