1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add --archive-preload-period (#904)

Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
EmelyanenkoK 2024-02-15 12:03:57 +03:00 committed by GitHub
parent 4d39772e40
commit eb4831d7d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 47 additions and 0 deletions

View file

@ -108,6 +108,7 @@ class ArchiveSlice : public td::actor::Actor {
void set_async_mode(bool mode, td::Promise<td::Unit> promise);
void open_files();
void close_files();
private: