提交 ec4fcf19 authored 作者: Serhij S's avatar Serhij S

spawn delay

上级 71a6dcb3
......@@ -74,7 +74,7 @@ impl Worker<Message, Variables> for HmiWorker {
hmi::ServerKind::Weston
.options()
.with_kill_delay(Duration::from_secs(2))
.with_spawn_delay(Duration::from_secs(5)),
.with_spawn_delay(Duration::from_secs(2)),
);
} else {
// For development - run windowed app with no server spawned
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论