You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently only possible to specify timeUnit as follows: query(final Query query, TimeUnit timeUnit)
Please could you add timeUnit to all other types of queries? In particular, I would love to see: query(Query query, int chunkSize, TimeUnit timeUnit, Consumer<QueryResult> consumer)
Thanks!
The text was updated successfully, but these errors were encountered:
It is currently only possible to specify timeUnit as follows:
query(final Query query, TimeUnit timeUnit)
Please could you add timeUnit to all other types of queries? In particular, I would love to see:
query(Query query, int chunkSize, TimeUnit timeUnit, Consumer<QueryResult> consumer)
Thanks!
The text was updated successfully, but these errors were encountered: