Skip to content

Commit

Permalink
reproduce issue where stackoverflow happens in unstash
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed May 25, 2024
1 parent 3fff738 commit e1fa88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object EventSourcedStashOverflowSpec {
SteppingInmemJournal.config("EventSourcedStashOverflow").withFallback(ConfigFactory.parseString(s"""
pekko.persistence {
typed {
stash-capacity = 1000 # enough to fail on stack size
stash-capacity = 2000 # enough to fail on stack size
stash-overflow-strategy = "drop"
}
}
Expand Down

0 comments on commit e1fa88f

Please sign in to comment.