Skip to content

Commit

Permalink
feat(panic): abort on panic.
Browse files Browse the repository at this point in the history
- not continuing in the broken state
- currently restart Actor using Supervisor is too complex without real
  gain
  • Loading branch information
iwanbk authored and LeeSmet committed Jan 21, 2025
1 parent aff44f4 commit d542f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ members = ["zstor"]
# opt-level = 'z'
lto = true
codegen-units = 1
panic = 'abort'

[profile.dev]
panic = 'abort'

0 comments on commit d542f6c

Please sign in to comment.