Skip to content

Commit

Permalink
Merge pull request #6454 from dimagi/ap/es6/disable-case-multiplex-prod
Browse files Browse the repository at this point in the history
Disable multiplexing case index on prod
  • Loading branch information
AmitPhulera authored Dec 18, 2024
2 parents c5d8195 + 061ec4f commit f32e1e0
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 @@ -174,7 +174,7 @@ localsettings:
# Index Multiplexer Settings
ES_APPS_INDEX_MULTIPLEXED: True
ES_CASE_SEARCH_INDEX_MULTIPLEXED: False # Index swapped
ES_CASES_INDEX_MULTIPLEXED: True
ES_CASES_INDEX_MULTIPLEXED: False # Index swapped
ES_DOMAINS_INDEX_MULTIPLEXED: True
ES_FORMS_INDEX_MULTIPLEXED: True
ES_GROUPS_INDEX_MULTIPLEXED: True
Expand Down

0 comments on commit f32e1e0

Please sign in to comment.