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:
parent
88158b79f8
commit
62d65f81fb
3
.github/workflows/test-diffcalc.yml
vendored
3
.github/workflows/test-diffcalc.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user