]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commit
Parametrize prune interval.
authorArik Sosman <git@arik.io>
Fri, 28 Jun 2024 17:57:48 +0000 (13:57 -0400)
committerArik Sosman <git@arik.io>
Wed, 28 Aug 2024 17:38:30 +0000 (10:38 -0700)
commit71b734587c3abd115ad63ecd34b70f8a3a97a6c7
treebeb8415c346c8f5147134b6b042c9b847450822c
parentc70cacc18aa16a5ab8877c6ee222d2536d8661c5
Parametrize prune interval.

Create a config variable representing the time interval whereafter
graph data gets pruned. This value should be used to limit lookup
time frames.
src/config.rs
src/lookup.rs