mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
delete useless admin commands
To clear caches, restart the server. We may want to consider adding the cache sizes and database memory usage as metrics in the future.
This commit is contained in:
parent
6a44d0af2b
commit
e0cf163486
7 changed files with 11 additions and 195 deletions
|
|
@ -73,6 +73,14 @@ This will be the first release of Grapevine since it was forked from Conduit
|
|||
([!48](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/48))
|
||||
7. **BREAKING:** Remove unstable room versions.
|
||||
([!59](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/59))
|
||||
8. Remove `memory-usage`, `clear-database-caches`, and `clear-service-caches`
|
||||
admin commands.
|
||||
([!123](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/123))
|
||||
* The `memory-usage` command wasn't particularly useful since it can't
|
||||
actually give you an accurate value in bytes and isn't supported on all
|
||||
database backends.
|
||||
* The latter two commands had poor UX and didn't have any noticable effect on
|
||||
memory consumption.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue