Skip to content

Commit

Permalink
Chnage default threshold for reload
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 2, 2014
1 parent 67ff261 commit b6dd457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/WMCore/ReqMgr/Web/ReqMgrService.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init__(self, app, config, mount):
self.yuidir = web_config.get('yuidir', yuidir)
# read scripts area and initialize data-ops scripts
self.sdir = os.environ.get('RM_SCRIPTS', os.getcwd()+'/scripts')
self.sdict_thr = web_config.get('sdict_thr', 60) # put reasonable 10 min interval
self.sdict_thr = web_config.get('sdict_thr', 600) # put reasonable 10 min interval
self.sdict = {'ts':time.time()} # placeholder for data-ops scripts
self.update_scripts(force=True)

Expand Down

0 comments on commit b6dd457

Please sign in to comment.