Skip to content

Commit 9bb134e

Browse files
authored
Merge pull request #472 from Hyperloop-UPV/backend/new-fixes
fix: Minor fixes
2 parents 79cf9ff + 263913a commit 9bb134e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

backend/cmd/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,6 @@ func main() {
148148
}
149149

150150
// <-- Hall of Fame -->
151-
// H09 -- Zürich -- PM Juan Martínez, Marc Sanchis -- Winners
152-
// H10 -- Groningen -- PM Marc Sanchis, Joan Física -- 3rd Place
151+
// H09 -- Zürich -- PM Juan Martínez, Marc Sanchis -- Winners
152+
// H10 -- Groningen -- PM Marc Sanchis, Joan Física -- 3rd Place
153+
// H11 -- Groningen -- PM Alejandro González, Javier Ribal, Vasyl Klymenko -- ???

0 commit comments

Comments
 (0)