Skip to content

Commit 2333a2b

Browse files
authored
test: Lower threshold for depo-sync
1 parent 341617b commit 2333a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ftpSummaryStatsScript/depo_ftp_to_staging.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
# number of seconds since modification that a file should be left alone
2323
# in case of latency for writing the file.
2424

25-
MOD_THRESHOLD_SEC = 3600
25+
# MOD_THRESHOLD_SEC = 3600
2626
# DEV ONLY
27-
# MOD_THRESHOLD_SEC = 36
27+
MOD_THRESHOLD_SEC = 36
2828
RANGE_SIZE = 1000
2929

3030

0 commit comments

Comments
 (0)