v0.4.14: /videoCache clear + tighten default cap to 750 MB
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
- New /videoCache clear subcommand: drops every named entry from server config and broadcasts DeleteCachePayload per URL so each client purges its disk cache in one shot. - Default max_preload_mb lowered from 1024 → 750. Sized to fit ~50 short FHD clips (FHD H.264 ~5 Mbps × 20 s ≈ 12.5 MB → 50 × 15 MB ≈ 750 MB with headroom). Config file's max_preload_mb still wins when set; the new default only affects fresh installs and the client-side bootstrap value before the JOIN policy packet arrives.
This commit is contained in:
@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
|
||||
|
||||
# Mod
|
||||
mod_id=video_player
|
||||
mod_version=0.4.13
|
||||
mod_version=0.4.14
|
||||
maven_group=com.ejclaw.videoplayer
|
||||
archives_base_name=video_player
|
||||
|
||||
|
||||
Reference in New Issue
Block a user