Docker: enabled fast sync

This commit is contained in:
SChernykh 2023-04-22 22:54:32 +02:00
parent f455ce398c
commit c31d5b7d3c
4 changed files with 4 additions and 4 deletions

View file

@ -620,7 +620,7 @@ class MoneroConfigForm(ConfigFormBase):
self.fast_sync = self.add(
npyscreen.Checkbox,
name="Fast Block Sync",
value=False,
value=True,
begin_entry_at=self.name_size,
relx=self.indent,
)

View file

@ -22,7 +22,7 @@
"rate_limit_up": "2048",
"rate_limit_down": "8192",
"sync_pruned_blocks": false,
"fast_sync": false,
"fast_sync": true,
"monero_options": "",
"public_monero_node": "",
"monero_node_login": "",

View file

@ -24,7 +24,7 @@
"rate_limit_up": "2048",
"rate_limit_down": "8192",
"sync_pruned_blocks": false,
"fast_sync": false,
"fast_sync": true,
"monero_options": "",
"public_monero_node": "",
"monero_node_login": "",

View file

@ -115,7 +115,7 @@ services:
--fast-block-sync=0
--fast-block-sync=1