Skip to content

Commit

Permalink
Increased period for waiting for first event (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasJakobsson authored Apr 7, 2024
1 parent 36154de commit 171356b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private Source<EventEnvelope, NotUsed> EventsFromStreamSource(
filter,
refreshInterval,
resolveLinkTos,
TimeSpan.FromMilliseconds(300))
TimeSpan.FromMilliseconds(500))
.DeSerializeEventWith(_adapter)
.Filter(filter)
.SelectMany(r =>
Expand Down

0 comments on commit 171356b

Please sign in to comment.