mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2026-03-03 00:37:01 +00:00
allow replicas (#1116)
This commit is contained in:
@@ -114,6 +114,8 @@ class ElasticIndex:
|
||||
now_set = self.details["settings"]["index"]
|
||||
|
||||
for key, value in self.expected_set.items():
|
||||
if key == "number_of_replicas":
|
||||
continue
|
||||
if key not in now_set.keys():
|
||||
print(key, value)
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user