Skip to content

Commit 3efa80a

Browse files
authored
Fix default operation timeout (#450)
1 parent 2491a5a commit 3efa80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ClientConfigurationImpl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct ClientConfigurationImpl {
3030
uint64_t memoryLimit{0ull};
3131
int ioThreads{1};
3232
int connectionsPerBroker{1};
33-
std::chrono::nanoseconds operationTimeout{30L * 1000 * 1000 * 1000};
33+
std::chrono::nanoseconds operationTimeout{30LL * 1000 * 1000 * 1000};
3434
int messageListenerThreads{1};
3535
int concurrentLookupRequest{50000};
3636
int maxLookupRedirects{20};

0 commit comments

Comments
 (0)