提交 24afb8aa authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-3925 --resolve

上级 097d9a1a
......@@ -371,6 +371,8 @@ static switch_status_t do_config(void)
if (!strcmp(var, "startup-script")) {
if (val) {
lua_thread(val);
/* wait 10ms to avoid lua init issues */
switch_yield(10000);
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论