You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
v0.2.25 - Feature: Add detailed stats on requests and data sizes on a per-bucket level, use parameter `cachestorestats=true` on the `/stats/z$` endpoint to enable - Feature: Add detailed stats on requests and data sizes on cidstore, use parameter `cidstorestats=true` on the `/stats/z$` endpoint to enable - Feature: Dashboard now accepts parameters in the URL which is passed on to the `/stats/z$` endpoint - Improvement: HttpSys: When a response fails, we now include more information including metadata about the contents of the reponse - Improvement: Flush current data block to disk when switching to a new block - Improvement: Handle cache RPCs synchronously instead of dispatching to async worker threads when there is no upstream server - Improvement: Endpoint for cache upstream stats improved - added `active` and `worker_threads` reflects actual number of threads - Improvement: Cache upstream only starts worker threads once at least one Endpoint is registered - Improvement: http.sys only starts async work threads when there is async work to do (which is often never if there is no upstream) #rb [CL 28339437 by dan engelbrecht in ue5-main branch]