clean up, update changes

This commit is contained in:
Ivan Baidakou
2026-01-08 19:04:11 +03:00
parent c95b7d0dab
commit 77d5d34782
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ after the core completion.
# changes
## 0.4.4 (07-Dec-2026)
## 0.4.4 (08-Jan-2026)
- [fltk] allow to regenereate certificate/key pair and soft restart
- [core] reduce memory consumption to ~30%
- [core] do not consume CPU when idle
-5
View File
@@ -875,11 +875,6 @@ auto controller_actor_t::operator()(const model::diff::modify::remove_files_t &d
requesting_file = nullptr;
}
}
#if 0
if (auto it = postponed_files.find(full_id); it != postponed_files.end()) {
postponed_files.erase(it);
}
#endif
if (auto it = synchronizing_files.find(full_id); it != synchronizing_files.end()) {
it->second.forget(); // don't care about unlocking as the file is removed anyway
synchronizing_files.erase(it);