diff --git a/bvCrawler4/Program.cs b/bvCrawler4/Program.cs index ed710dde..a3710891 100644 --- a/bvCrawler4/Program.cs +++ b/bvCrawler4/Program.cs @@ -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; }