Commit 0b3798d
committed
fix: change match ordering to desc=True for better season distribution
- Changed from oldest-first (desc=False) to newest-first (desc=True)
- This provides better distribution across all months in the season
- With 5000 limit and newest-first, we get comprehensive coverage from recent months back to season start
- Fixes Match Distribution chart showing only September 20241 parent c764796 commit 0b3798d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments