diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-11 16:55:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:24 +0100 |
commit | 12c78be4ec9f89325ad80c148c92b6a306969bb5 (patch) | |
tree | dab32e80f0cee35c8597f8eb5f5432f2de814f89 /example_project | |
parent | 94af046feac22e336f8f5b4e55cc2394ee30bf97 (diff) | |
download | Ishtar-12c78be4ec9f89325ad80c148c92b6a306969bb5.tar.bz2 Ishtar-12c78be4ec9f89325ad80c148c92b6a306969bb5.zip |
Container: generate index by location not responsibility
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index d7c382f71..8e2ad2e01 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -293,9 +293,6 @@ ISHTAR_SEARCH_LANGUAGE = "french" ISHTAR_SECURE = True -# index by warehouse or on the whole database -ISHTAR_CONTAINER_INDEX = 'warehouse' # or "general" - ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks |