testing
This commit is contained in:
parent
f5a5ff0a76
commit
e4d5dba73a
4 changed files with 103 additions and 100 deletions
|
|
@ -37,7 +37,7 @@ export const proxyProvider: ProviderConfig = {
|
|||
}),
|
||||
queueManager,
|
||||
{
|
||||
totalDelayHours: 4, //parseFloat(process.env.PROXY_VALIDATION_HOURS || '1'),
|
||||
totalDelayHours: 0.1, //parseFloat(process.env.PROXY_VALIDATION_HOURS || '1'),
|
||||
batchSize: parseInt(process.env.PROXY_BATCH_SIZE || '200'),
|
||||
useBatching: process.env.PROXY_DIRECT_MODE !== 'true',
|
||||
priority: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue