mirror of https://github.com/milvus-io/milvus.git
parent
d2c515eeeb
commit
13232ec792
|
@ -600,7 +600,7 @@ void DBImpl::BackgroundCompaction(std::set<std::string> table_ids) {
|
|||
int ttl = 1;
|
||||
if (options_.mode == "cluster") {
|
||||
ttl = meta::D_SEC;
|
||||
ENGINE_LOG_DEBUG << "Server mode is cluster. Clean up files with ttl = " << std::to_string(ttl) << "seconds.";
|
||||
// ENGINE_LOG_DEBUG << "Server mode is cluster. Clean up files with ttl = " << std::to_string(ttl) << "seconds.";
|
||||
}
|
||||
meta_ptr_->CleanUpFilesWithTTL(ttl);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue