File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,9 @@ when defined(chronicles_runtime_filtering):
252252 setLogLevel (level)
253253
254254proc main () =
255+ # https://github.com/status-im/nimbus-eth1/issues/3131
256+ setStdIoUnbuffered ()
257+
255258 let conf = StateConf .init ()
256259 when defined (chronicles_runtime_filtering):
257260 setVerbosity (conf.verbosity)
Original file line number Diff line number Diff line change 11# Nimbus
2- # Copyright (c) 2022 Status Research & Development GmbH
2+ # Copyright (c) 2022-2025 Status Research & Development GmbH
33# Licensed under either of
44# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
55# http://www.apache.org/licenses/LICENSE-2.0)
@@ -47,6 +47,9 @@ when defined(chronicles_runtime_filtering):
4747 setLogLevel (level)
4848
4949proc main () =
50+ # https://github.com/status-im/nimbus-eth1/issues/3131
51+ setStdIoUnbuffered ()
52+
5053 wrapException:
5154 let conf = T8NConf .init ()
5255 when defined (chronicles_runtime_filtering):
You can’t perform that action at this time.
0 commit comments