Skip to content

Commit

Permalink
fix: update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-D-Akbar committed Apr 9, 2024
1 parent 141c3c9 commit 8d5f9cc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def _create(self, models, aliases, options):
)
)
ElasticsearchUtils.set_alias(es_connection, created_index_info.alias, created_index_info.name)
ElasticsearchUtils.update_max_result_window(
es_connection, settings.MAX_RESULT_WINDOW, created_index_info.name)

def _delete(self, models, aliases, options):
# pylint: disable=protected-access
Expand Down

0 comments on commit 8d5f9cc

Please sign in to comment.