mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Disable downloading archives during sync
This commit is contained in:
parent
699a56b951
commit
9fb986f6f5
1 changed files with 1 additions and 1 deletions
|
@ -1680,7 +1680,7 @@ void ValidatorManagerImpl::prestart_sync() {
|
|||
}
|
||||
|
||||
void ValidatorManagerImpl::download_next_archive() {
|
||||
if (!out_of_sync()) {
|
||||
if (true) {
|
||||
finish_prestart_sync();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue