removed drain

This commit is contained in:
Bojan Kucera 2025-06-09 19:08:28 -04:00
parent b896d3f698
commit c66889889e
2 changed files with 17 additions and 1 deletions

View file

@ -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) {