Skip to content

Commit d542f6c

Browse files
iwanbkLeeSmet
authored andcommitted
feat(panic): abort on panic.
- not continuing in the broken state - currently restart Actor using Supervisor is too complex without real gain
1 parent aff44f4 commit d542f6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ members = ["zstor"]
66
# opt-level = 'z'
77
lto = true
88
codegen-units = 1
9+
panic = 'abort'
10+
11+
[profile.dev]
12+
panic = 'abort'

0 commit comments

Comments
 (0)