We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2491a5a commit 3efa80aCopy full SHA for 3efa80a
lib/ClientConfigurationImpl.h
@@ -30,7 +30,7 @@ struct ClientConfigurationImpl {
30
uint64_t memoryLimit{0ull};
31
int ioThreads{1};
32
int connectionsPerBroker{1};
33
- std::chrono::nanoseconds operationTimeout{30L * 1000 * 1000 * 1000};
+ std::chrono::nanoseconds operationTimeout{30LL * 1000 * 1000 * 1000};
34
int messageListenerThreads{1};
35
int concurrentLookupRequest{50000};
36
int maxLookupRedirects{20};
0 commit comments