mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-27 20:54:10 -05:00
Reduce crawler idle time after completing an empty search.
This commit is contained in:
@@ -325,7 +325,7 @@ namespace bvCrawler4
|
||||
if (count == 0)
|
||||
{
|
||||
// Nothing found. Sleep as to not spam the server with lots of empty searches
|
||||
Thread.Sleep(1000 * 30);
|
||||
Thread.Sleep(1000 * 15);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user