When working on PR #4969 I noticed that theIndexerUtil would deserve the same treatment as the async API utility class, i.e. convert it to normal class with the timeout/header parameters passed to constructors and add proper tests to increase test coverage (currently there is almost none).
When working on PR #4969 I noticed that the
IndexerUtilwould deserve the same treatment as the async API utility class, i.e. convert it to normal class with the timeout/header parameters passed to constructors and add proper tests to increase test coverage (currently there is almost none).