Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 0b5907c

Browse files
committed
Disable extra processing logic
This reduces busy work that is not used by most node runners
1 parent fde0279 commit 0b5907c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/sys.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
162, 59, 180, 164, 195, 18, 72, 169, 72, 153, 183, 114, 159, 34>>},
3939

4040
{listen_addresses, ["/ip4/0.0.0.0/tcp/44158"]},
41-
{store_implicit_burns, true},
42-
{store_htlc_receipts, true},
41+
{store_implicit_burns, false},
42+
{store_htlc_receipts, false},
4343
{key, undefined},
4444
{base_dir, "data"},
4545
{autoload, false},

0 commit comments

Comments
 (0)