AT:
- given:
- Optimize is setup with a running elasticsearch and engine instance
- No data is imported to Optimize yet
- when:
- The import is started and
- the response time of the optimize requests to the engine is fluctuating (takes longer/shorter)
- then:
- Optimize automatically adjusts the page size its requests, such that
- the request does not eventually exceeds the maximum time for a request (timeout)
- the page size is increased, when the request takes only a fraction of the maximum allowed time
- Optimize automatically adjusts the page size its requests, such that