added timeout to import and sync es

This commit is contained in:
aldacron
2017-05-16 23:15:48 -07:00
parent 6ad43bbcaa
commit f27cf17478
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ bar = progressbar.ProgressBar(
' (', progressbar.ETA(), ') ',
])
es = Elasticsearch()
es = Elasticsearch(timeout=30)
ic = IndicesClient(es)
# turn into thing that elasticsearch indexes. We flatten in