Bug fixes + multi threading

This commit is contained in:
simon987
2019-03-10 20:15:53 -04:00
parent 36b9ed6cb7
commit 746ad25a4e
9 changed files with 157 additions and 50 deletions

View File

@@ -149,7 +149,7 @@ class Search:
"aggs": {
"total_size": {"sum": {"field": "size"}}
},
"size": 40}, index=self.index_name, scroll="3m")
"size": 40}, index=self.index_name, scroll="30m")
return page