With this commit we increase the request timeout for connections to
Elasticsearch from the default value (10 seconds) to 60 seconds. This
increases the chance significantly that we wait long enough for bulk
requests to finish, even if the cluster is overwhelmed.
With this commit we increase the request timeout for connections to Elasticsearch from the default value (10 seconds) to 60 seconds. This increases the chance significantly that we wait long enough for bulk requests to finish, even if the cluster is overwhelmed.
Closes #11