Skip to content

Commit b11c320

Browse files
committed
fix(jsonrpc): don't enable signal handling on the service
1 parent 2f8d458 commit b11c320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/cartesi-rollups-jsonrpc-api/root

cmd/cartesi-rollups-jsonrpc-api/root/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func run(cmd *cobra.Command, args []string) {
7676
Name: serviceName,
7777
LogLevel: cfg.LogLevel,
7878
LogColor: cfg.LogColor,
79-
EnableSignalHandling: true,
79+
EnableSignalHandling: false,
8080
TelemetryCreate: true,
8181
TelemetryAddress: cfg.TelemetryAddress,
8282
},

0 commit comments

Comments
 (0)