Skip to content

Commit

Permalink
Refs #33660: Storyblok extension - Elasticsearch indexes - disable sh…
Browse files Browse the repository at this point in the history
…arding and replicas
  • Loading branch information
gorbunovav committed Dec 16, 2024
1 parent 4dbbd95 commit 2180fac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/extensions/vsf-storyblok-extension/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export function createIndex (config) {
return {
index: config.storyblok.storiesIndex,
body: {
number_of_shards: 1,
number_of_replicas: 0,
index: {
mapping: {
total_fields: {
Expand Down

0 comments on commit 2180fac

Please sign in to comment.