clean up few unnecessary warnings
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
05c08c8529
commit
22eff2d29c
2 changed files with 25 additions and 5 deletions
|
@ -1229,7 +1229,7 @@ impl Service {
|
|||
|
||||
if amount > services().globals.max_fetch_prev_events() {
|
||||
// Max limit reached
|
||||
warn!("Max prev event limit reached!");
|
||||
info!("Max prev event limit reached!");
|
||||
graph.insert(prev_event_id.clone(), HashSet::new());
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue