Skip to content

Commit

Permalink
f Add SystemTime fetching to process_events_async
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 18, 2023
1 parent c328fb7 commit ea3ce69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
Some(background_scorer),
sleeper,
true,
|| Some(SystemTime::now().duration_since(SystemTime::UNIX_EPOCH).unwrap()),
)
.await
.unwrap_or_else(|e| {
Expand Down

0 comments on commit ea3ce69

Please sign in to comment.