We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f824e24 commit 0a9c2ffCopy full SHA for 0a9c2ff
packages/core-bridge/src/runtime.rs
@@ -64,7 +64,7 @@ pub fn runtime_new(
64
// Create core runtime which starts tokio multi-thread runtime
65
let runtime_options = RuntimeOptionsBuilder::default()
66
.telemetry_options(telemetry_options)
67
- .heartbeat_interval(None)
+ .heartbeat_interval(None) // TODO: change to pick up heartbeat_interval
68
.build()
69
.context("Failed to build runtime options")?;
70
let mut core_runtime = CoreRuntime::new(runtime_options, TokioRuntimeBuilder::default())
0 commit comments