Skip to content

Commit

Permalink
Increase inactivity window to prevent too many DNS queries
Browse files Browse the repository at this point in the history
  • Loading branch information
siilieva authored and siilieva committed Jul 12, 2024
1 parent f7d468d commit ca94962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shipLHC/rawData/runProd.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def mips(self):
if options.command == "DQ":
while 1 > 0:
M.runDataQuality(options.latest)
time.sleep(36)
time.sleep(360)
exit(0)
elif options.command == "rerunDQ":
runList = []
Expand Down

0 comments on commit ca94962

Please sign in to comment.