mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-24 23:36:51 -05:00
Poll the latest 30 battle videos every 30 minutes.
Increases maximum throughput to 30 videos per minute.
This commit is contained in:
parent
640312f762
commit
3bdecd2fd5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user