fix: iterate on values

This commit is contained in:
Ludo Galabru
2023-08-15 23:00:42 +02:00
parent f2b067e85e
commit 0c73e62902

View File

@@ -56,8 +56,8 @@ pub fn start_inscription_indexing_processor(
let ctx = ctx.clone();
let handle: JoinHandle<()> = hiro_system_kit::thread_named("Inscription indexing runloop")
.spawn(move || {
let cache_l2 = Arc::new(new_traversals_lazy_cache(10_000));
let garbage_collect_every_n_blocks = 256;
let cache_l2 = Arc::new(new_traversals_lazy_cache(2048));
let garbage_collect_every_n_blocks = 100;
let mut garbage_collect_nth_block = 0;
let mut inscriptions_db_conn_rw =