mirror of
https://github.com/basiliscos/syncspirit.git
synced 2026-05-02 17:42:26 +00:00
clean up, update changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user