mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-27 20:54:10 -05:00
Poll the latest 30 battle videos every 30 minutes.
Increases maximum throughput to 30 videos per minute.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user