Timeout loop index is compared with maxRecords
Closed this issue · 0 comments
druckdev commented
In wrapper/springerWrapper:350 the loop index that handles timeouts in requests is compared to self.maxRecords
instead of self.maxRetries
. This is a nasty little typo!