diff --git a/backend/src/appenlight/scripts/reindex_elasticsearch.py b/backend/src/appenlight/scripts/reindex_elasticsearch.py index 4a7aed2..f999c2e 100644 --- a/backend/src/appenlight/scripts/reindex_elasticsearch.py +++ b/backend/src/appenlight/scripts/reindex_elasticsearch.py @@ -141,7 +141,7 @@ def update_template(): "settings": { "index": { "refresh_interval": "5s", - "translog": {"interval": "5s", + "translog": {"sync_interval": "5s", "durability": "async"} }, "number_of_shards": 5,