disable large scale unknown id detection

its slow
This commit is contained in:
William Casarin
2025-03-23 09:24:59 -07:00
parent 6003ef5aec
commit 7b9e6f180c
2 changed files with 14 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
/*
use crate::{timeline::TimelineCache, Result};
use nostrdb::{Ndb, NoteKey, Transaction};
use notedeck::{CachedNote, NoteCache, UnknownIds};
@@ -67,3 +68,4 @@ pub fn get_unknown_ids(
Ok(())
}
*/