Skip to content

Commit

Permalink
Removed flush_synced (see opensearch-project/opensearch-clients#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kaczmarczyk committed Mar 9, 2023
1 parent 13c9cc0 commit 778aeb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/DsOpenSearchBundle/Service/IndexPersistenceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ public function commit(string $commitMode = 'refresh', array $params = []): arra
case 'flush':
$this->client->indices()->flush();
break;
case 'flush_synced':
$this->client->indices()->flushSynced();
break;
case 'refresh':
$this->client->indices()->refresh();
break;
Expand Down

0 comments on commit 778aeb0

Please sign in to comment.