We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bb52b commit 5a17e3aCopy full SHA for 5a17e3a
ingester-rpc/src/main/java/io/greptime/rpc/RpcOptions.java
@@ -28,9 +28,9 @@ public class RpcOptions implements Copiable<RpcOptions> {
28
29
/**
30
* RPC request default timeout in milliseconds
31
- * Default: 10000(10s)
+ * Default: 60000(60s)
32
*/
33
- private int defaultRpcTimeout = 10000;
+ private int defaultRpcTimeout = 60000;
34
35
36
* Sets the maximum message size allowed to be received on a channel.
0 commit comments