Skip to content

Commit

Permalink
chore: disable mailbox loading
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 9, 2024
1 parent 2c3413e commit 65151df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/src/store/message/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ impl ConversationTask {
}

_ = &mut check_mailbox => {
_ = this.load_from_mailbox().await;
// _ = this.load_from_mailbox().await;
check_mailbox.reset(Duration::from_secs(60));
}
}
Expand Down

0 comments on commit 65151df

Please sign in to comment.