fixare cavalli
This commit is contained in:
parent
bca40fb416
commit
8578280217
@ -3472,6 +3472,7 @@ void FileManager::memory_cleanup() {
|
|||||||
auto &node = file_nodes_[main_node_id];
|
auto &node = file_nodes_[main_node_id];
|
||||||
if (node != nullptr && ((int32) i) == node->main_file_id_.get()) {
|
if (node != nullptr && ((int32) i) == node->main_file_id_.get()) {
|
||||||
if (time - file_id_insert_time_[i] > 60 * 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_) {
|
for (auto &file_id : node->file_ids_) {
|
||||||
/* DESTROY ASSOCIATED QUERIES */
|
/* DESTROY ASSOCIATED QUERIES */
|
||||||
for (auto &query_id : queries_container_.ids()) {
|
for (auto &query_id : queries_container_.ids()) {
|
||||||
|
Reference in New Issue
Block a user