Gabriel39 commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r959706739
########## be/src/common/config.h: ########## @@ -852,9 +852,11 @@ CONF_Int32(doris_remote_scanner_thread_pool_queue_size, "10240"); // This config should be removed when the new scan node is ready. CONF_Bool(enable_new_scan_node, "false"); +CONF_Int32(tablet_schema_cache_recycle_interval, "86400") // s, one day + #ifdef BE_TEST -// test s3 Review Comment: Why change here? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org