Poll the latest 30 battle videos every 30 minutes.

Increases maximum throughput to 30 videos per minute.
This commit is contained in:
Greg Edwards 2014-05-16 21:57:01 -04:00
parent 640312f762
commit 3bdecd2fd5

View File

@ -55,7 +55,7 @@ namespace bvCrawler4
{
try
{
if (last_top30 < DateTime.Now.AddHours(-1))
if (last_top30 < DateTime.Now.AddMinutes(-30))
{
last_top30 = DateTime.Now;
QueueTop30(pid);