1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:53:23 +08:00

Limit at 10000 entries

This commit is contained in:
smoogipoo 2021-09-06 16:53:09 +09:00
parent 88158b79f8
commit 62d65f81fb

View File

@ -156,6 +156,7 @@ jobs:
AND m.mods = p.mods
WHERE abs(m.diff_unified - p.diff_unified) > 0.1
ORDER BY abs(m.diff_unified - p.diff_unified)
DESC;"
DESC
LIMIT 10000;"
# Todo: Run ppcalc