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

Mode 644 for db_stats.txt (#938)

This commit is contained in:
Marat 2024-03-20 13:57:20 +01:00 committed by GitHub
parent 7a6bfa7e7a
commit 0feaaf591c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 4 deletions

View file

@ -60,6 +60,8 @@ class CellDbIn : public CellDbBase {
void migrate_cell(td::Bits256 hash);
void flush_db_stats();
CellDbIn(td::actor::ActorId<RootDb> root_db, td::actor::ActorId<CellDb> parent, std::string path,
td::Ref<ValidatorManagerOptions> opts);