Merge commit 'dd049fc37a' into kb_migration

This commit is contained in:
KMY 2023-08-15 18:20:35 +09:00
commit c324dc5c90
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,9 @@ Chewy.settings = {
journal: false,
user: user,
password: password,
index: {
number_of_replicas: ['single_node_cluster', nil].include?(ENV['ES_PRESET'].presence) ? 0 : 1,
},
}
# We use our own async strategy even outside the request-response