Skip to content

Commit 0a9c2ff

Browse files
chris-olszewskiyuandrew
authored andcommitted
update core
1 parent f824e24 commit 0a9c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-bridge/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn runtime_new(
6464
// Create core runtime which starts tokio multi-thread runtime
6565
let runtime_options = RuntimeOptionsBuilder::default()
6666
.telemetry_options(telemetry_options)
67-
.heartbeat_interval(None)
67+
.heartbeat_interval(None) // TODO: change to pick up heartbeat_interval
6868
.build()
6969
.context("Failed to build runtime options")?;
7070
let mut core_runtime = CoreRuntime::new(runtime_options, TokioRuntimeBuilder::default())

0 commit comments

Comments
 (0)