提交 2b92239a 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

increase delay exector from 3 to 15 seconds

上级 a585a7e7
...@@ -93,9 +93,9 @@ export class Bridge extends PadchatRpc { ...@@ -93,9 +93,9 @@ export class Bridge extends PadchatRpc {
/** /**
* Executer Queue: execute one task at a time, * Executer Queue: execute one task at a time,
* delay between them for 3 second * delay between them for 15 second
*/ */
this.delayQueueExecutor = new DelayQueueExector(1000 * 3) this.delayQueueExecutor = new DelayQueueExector(1000 * 15)
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册