-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Log Observation:
While searching for ROMs on certain platforms, some new files are not showing up. I found the following entry in the RomM logs:
INFO: [RomM][nginx][2026-03-06 16:49:50] 172.18.0.1 | - | GET /api/roms?platform_ids=11&limit=500&offset=500 200 | 215814 | Unknown Unknown | 22.843
Analysis:
Response Time: The request took 22.843 seconds, which is quite slow for an API call.
Pagination: The query uses limit=500&offset=500. It seems the system is trying to fetch the second page of ROMs for Platform 11.
Potential Issue: Because the response time is so high, there might be a timeout or a memory limit issue on the client-side or Nginx, causing the newly added ROMs (which might be on later pages) to never load or be indexed correctly in the UI.
My ROM library is too large
Source: RomM 4.7.0
System: ayn thor
R-shop :v1.4.0