Skip to content

Commit

Permalink
enable cache and diable autoreloader
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Sep 5, 2022
1 parent 87f5994 commit 257a361
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
HUB_NAME = "MyGene Hub (prod)"
HUB_ICON = "https://mygene.info/static/img/mygene-logo-shiny.svg"

USE_RELOADER = False

# Pre-prod/test ES definitions
INDEX_CONFIG = {
"indexer_select": {
Expand Down Expand Up @@ -156,9 +158,6 @@
}


# cached data (it None, caches won't be used at all)
CACHE_FOLDER = None

# when publishing releases, specify the targetted (ie. required) standalone version
STANDALONE_VERSION = {"branch": "standalone_v3"}

Expand Down

0 comments on commit 257a361

Please sign in to comment.