ChatGPT Codex 5.2 xhigh refactored > 45min
This commit is contained in:
@@ -34,9 +34,9 @@ lifetime of the process:
|
||||
3. **Ping service** (`run_ping_service`) – periodically issues QUIC ping requests
|
||||
to keep peer liveness up to date and prunes stale entries from `PeerGameDB`.
|
||||
|
||||
`load_local_game_db` scans the configured game directory (looking for folders
|
||||
with a `version.ini`) and hydrates a `GameDB`. That database is used to respond
|
||||
to incoming metadata requests (`Request::ListGames` / `Request::GetGame`).
|
||||
`scan_local_library` maintains a lightweight on-disk index and produces both a
|
||||
`GameDB` and protocol summaries. The resulting database is used to respond to
|
||||
incoming metadata requests (`Request::ListGames` / `Request::GetGame`).
|
||||
|
||||
## Networking and File Transfer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user