fix(worker): refactor and fix issues of worker
This commit is contained in:
parent
8518072c7e
commit
4a5c68df17
13 changed files with 194 additions and 86 deletions
|
@ -29,3 +29,7 @@ users:
|
|||
cookieHttpOnly: true
|
||||
minUserNameLen: 2
|
||||
minPwdLen: 4
|
||||
workers:
|
||||
queueSize: 1024
|
||||
sleepCyc: 1 # in second
|
||||
workerCount: 2
|
||||
|
|
|
@ -29,3 +29,7 @@ users:
|
|||
cookieHttpOnly: true
|
||||
minUserNameLen: 4
|
||||
minPwdLen: 6
|
||||
workers:
|
||||
queueSize: 1024
|
||||
sleepCyc: 1 # in second
|
||||
workerCount: 2
|
|
@ -29,3 +29,7 @@ users:
|
|||
cookieHttpOnly: true
|
||||
minUserNameLen: 2
|
||||
minPwdLen: 4
|
||||
workers:
|
||||
queueSize: 1024
|
||||
sleepCyc: 1 # in second
|
||||
workerCount: 2
|
Loading…
Add table
Add a link
Reference in a new issue