Skip to content

Commit a451b55

Browse files
committed
update(store): more reasonable timeout time
1 parent 54535fb commit a451b55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node

hugegraph-store/hg-store-node/src/main/java/org/apache/hugegraph/store/node/AppConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ public class QueryPushDownConfig {
278278
private int fetchBatchSize;
279279

280280
/**
281-
* the timeout of request fetch
281+
* the timeout of request fetch (ms)
282282
*/
283-
@Value("${query.push-down.fetch_timeout:3600000}")
283+
@Value("${query.push-down.fetch_timeout:30_000}")
284284
private long fetchTimeOut;
285285

286286
/**

0 commit comments

Comments
 (0)