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 | a2cff1951871f2a59cb3c252d759358bff5f5fa4 (patch) | |
tree | dab32e80f0cee35c8597f8eb5f5432f2de814f89 /example_project/settings.py | |
parent | 922adb6548078da98db30000bb0bf4ea17a40be5 (diff) | |
download | Ishtar-a2cff1951871f2a59cb3c252d759358bff5f5fa4.tar.bz2 Ishtar-a2cff1951871f2a59cb3c252d759358bff5f5fa4.zip |
Container: generate index by location not responsibility
Diffstat (limited to 'example_project/settings.py')
-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 |