Skip to content

Commit

Permalink
Remove INTERVAL_BETWEEN_CHECKS. Fix #1209. (#2325)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc authored and scottx611x committed Nov 3, 2017
1 parent 4bd26af commit e951a72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions refinery/config/config.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
"EMAIL_HOST_PASSWORD": "<%= @email_host_password %>",
"EMAIL_USE_TLS": <%= @email_use_tls || "false" %>,
"EMAIL_SUBJECT_PREFIX": "[Refinery] ",
"INTERVAL_BETWEEN_CHECKS": {
"CELERY": 10.0,
"GALAXY": 10.0,
"SOLR": 10.0
},
"ISA_TAB_DIR": "<%= @isa_tab_dir %>",
"JAVA_ENTITY_EXPANSION_LIMIT": 1000000,
"LANGUAGE_CODE": "en-us",
Expand Down
1 change: 0 additions & 1 deletion refinery/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ def get_setting(name, settings=local_settings, default=None):

"""
# external tool status settings
INTERVAL_BETWEEN_CHECKS = get_setting("INTERVAL_BETWEEN_CHECKS")
TIMEOUT = get_setting("TIMEOUT")
"""

Expand Down

0 comments on commit e951a72

Please sign in to comment.