We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54535fb commit a451b55Copy full SHA for a451b55
1 file changed
hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/AppConfig.java
@@ -278,9 +278,9 @@ public class QueryPushDownConfig {
278
private int fetchBatchSize;
279
280
/**
281
- * the timeout of request fetch
+ * the timeout of request fetch (ms)
282
*/
283
- @Value("${query.push-down.fetch_timeout:3600000}")
+ @Value("${query.push-down.fetch_timeout:30_000}")
284
private long fetchTimeOut;
285
286
0 commit comments