Skip to content

Commit b8e720f

Browse files
committed
Default values set to 5000 (timeout_in_ms) and 50 (interval_in_ms)
1 parent 0e1b016 commit b8e720f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def get_update_status(self, update_id):
183183
)
184184
)
185185

186-
def wait_for_pending_update(self, update_id, timeout_in_ms=2000, interval_in_ms=10):
186+
def wait_for_pending_update(self, update_id, timeout_in_ms=5000, interval_in_ms=50):
187187
"""Wait until MeiliSearch processes an update, and get its status
188188
189189
Parameters

0 commit comments

Comments
 (0)