This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Feature Request: Ignore Historical Gossip Filters #1285
Open
Description
Now that lightningnetwork/lnd#3359 has been merged, we should set --ignore-historical-filters=1
after upgrading past that commit. This prevents us from dumping our entire graph if a peer sets their filter start time super far in the past, resulting in 40+ MB of outbound bandwidth per requesting peer. On mobile this is more critical, since it can happen every time the app starts or reconnects to said peers.