Update FileManager.cpp
This commit is contained in:
parent
48ad50cf1a
commit
46b692c2e3
@ -3488,7 +3488,7 @@ void FileManager::memory_cleanup() {
|
||||
if (main_node_id != 0) {
|
||||
auto &node = file_nodes_[main_node_id];
|
||||
if (node != nullptr && ((int32) i) == node->main_file_id_.get()) {
|
||||
if (time - file_id_insert_time_[i] > 5 /* MAIN FILE TTL */) {
|
||||
if (time - file_id_insert_time_[i] > 60 * 5 /* MAIN FILE TTL */) {
|
||||
file_id_insert_time_[i] = INT64_MAX;
|
||||
for (auto &file_id : node->file_ids_) {
|
||||
/* DESTROY ASSOCIATED QUERIES */
|
||||
|
Reference in New Issue
Block a user