Hello! I just uploaded my first batch of battle data to stat.ink, and I discovered that unfortunately all of them are marked as "Used in global stats: ×No". After looking around in the code, I believe it's because the battles took place a couple days ago, and the limit to count them for global stats is 24 hours.
|
$startAt < time() - 86400 || |
What's the reason for such a strict time limit? I'm guessing there will be many more people like me, who don't upload battles right away, and I'm worried that a lot of valid data might be getting discarded. Perhaps the limit could be increased or removed?
Hello! I just uploaded my first batch of battle data to stat.ink, and I discovered that unfortunately all of them are marked as "Used in global stats: ×No". After looking around in the code, I believe it's because the battles took place a couple days ago, and the limit to count them for global stats is 24 hours.
stat.ink/models/api/v3/PostBattleForm.php
Line 937 in 2605458
What's the reason for such a strict time limit? I'm guessing there will be many more people like me, who don't upload battles right away, and I'm worried that a lot of valid data might be getting discarded. Perhaps the limit could be increased or removed?