Commit cf0cc4c
committed
hotfix: springfiles 500 — drop springname=*&logical=or, just category=map
The previous query used springname=*&logical=or which UNION'd all categories
(maps + games + engines = ~6400 entries) and exceeded the server's response
cap somewhere around 4200 entries — every limit value above that got a 500
back. This broke SynchronizeMapsFromSpringFiles in production.
Plain category=map filters server-side to maps only (~3570 today), so any
sane limit works. Set to 100000 for headroom.1 parent b932a06 commit cf0cc4c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments