Skip to content

Commit

Permalink
stop multiplexing on case-search index
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitPhulera committed May 15, 2024
1 parent 0249101 commit 178b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/production/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ localsettings:
ES_MULTIPLEX_TO_VERSION: '6'
# Index Multiplexer Settings
ES_APPS_INDEX_MULTIPLEXED: False
ES_CASE_SEARCH_INDEX_MULTIPLEXED: True
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False # Index swapped
ES_CASES_INDEX_MULTIPLEXED: False
ES_DOMAINS_INDEX_MULTIPLEXED: False
ES_FORMS_INDEX_MULTIPLEXED: False
Expand Down

0 comments on commit 178b885

Please sign in to comment.