We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8322f3 commit 06893e4Copy full SHA for 06893e4
image_match/elasticsearch_driver.py
@@ -9,7 +9,7 @@ class SignatureES(SignatureDatabaseBase):
9
10
"""
11
12
- def __init__(self, es, index='images', doc_type='image', timeout=10, size=100,
+ def __init__(self, es, index='images', doc_type='image', timeout='10s', size=100,
13
*args, **kwargs):
14
"""Extra setup for Elasticsearch
15
0 commit comments