Skip to content

Additional Log Info regarding ROM search issues #4

@yangeric

Description

@yangeric

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.

Image

My ROM library is too large

Source: RomM 4.7.0
System: ayn thor
R-shop :v1.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions