1
0
Fork 0
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:
SpyCheese 2022-09-28 13:16:22 +03:00
parent 699a56b951
commit 9fb986f6f5

View file

@ -1680,7 +1680,7 @@ void ValidatorManagerImpl::prestart_sync() {
}
void ValidatorManagerImpl::download_next_archive() {
if (!out_of_sync()) {
if (true) {
finish_prestart_sync();
return;
}