README does not tell the user where models are stored #56
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Models are one of the biggest disk usage and the location where they are stored should also be given in the README in the part where file locations are given.
Implemented in
abac978. Added the managed models directory to README's Application data locations and verified it exactly matches the authoritative models_path implementation. This documents DS4Server-managed storage; there is no DS4 runtime behavior to compare. Verified with cargo fmt, Clippy with warnings denied, make bundle, and the full suite: 145 passed, 12 ignored, 0 failed.