HappenLee commented on code in PR #65788:
URL: https://github.com/apache/doris/pull/65788#discussion_r3701170355


##########
be/src/cloud/config.cpp:
##########
@@ -38,6 +38,10 @@ DEFINE_Int64(tablet_cache_shards, "16");
 DEFINE_mInt32(tablet_sync_interval_s, "1800");
 DEFINE_mInt32(init_scanner_sync_rowsets_parallelism, "10");
 DEFINE_mInt32(sync_rowsets_slow_threshold_ms, "1000");
+DEFINE_mInt32(query_cache_decision_sync_timeout_ms, "2000");

Review Comment:
   I don't think we need to set a timeout here, since synchronization will 
still be performed later, and this is a mandatory path.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to