Skip to content

Commit b36b6db

Browse files
chore(backend): set to true propagation fault by default
1 parent 7f55760 commit b36b6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/cmd/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ validate = true # Execute ADJ validator before starting backend
2222

2323
# Transport Configuration
2424
[transport]
25-
propagate_fault = false
25+
propagate_fault = true
2626

2727
# TCP Configuration
2828
# These settings control how the backend reconnects to boards when connections are lost

0 commit comments

Comments
 (0)