removed drain
This commit is contained in:
parent
b896d3f698
commit
c66889889e
2 changed files with 17 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ export const proxyProvider: ProviderConfig = {
|
|||
const { proxyService } = await import('./proxy.tasks');
|
||||
const { queueManager } = await import('../services/queue.service');
|
||||
|
||||
await queueManager.drainQueue();
|
||||
const proxies = await proxyService.fetchProxiesFromSources();
|
||||
|
||||
if (proxies.length === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue