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

increase range

上级 8e18e4b3
......@@ -225,7 +225,7 @@ export class UtilLib {
})
function nextPort(currentPort: number): number {
const RANGE = 719
const RANGE = 1733
// do not use Math.random() here, because AVA will fork, then here will get the same random number, cause a race condition for socket listen
// const n = Math.floor(Math.random() * BETWEEN_RANGE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册