docs: Add missing documentation to config parameters. #2107
No reviewers
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
bob the builder
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!2107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renegadespork/continuwuity:dev"
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?
Fixes #1544
Closes #1619
Added documentation for the following:
pdu_cache_capacityauth_chain_cache_capacityshorteventid_cache_capacityeventidshort_cache_capacityeventid_pdu_cache_capacityshortstatekey_cache_capacitystatekeyshort_cache_capacityservernameevent_data_cache_capacitystateinfo_cache_capacityroomid_spacehierarchy_cache_capacitymax_fetch_prev_eventstracing_flame_filterrocksdb_log_stderrnotification_push_pathfreeze_legacy_mediatestInformation referenced from:
/src/config/mod.rsPull request checklist:
mainbranch, and the branch is named something other thanmain.myself, if applicable. This includes ensuring code compiles.
@ -202,0 +276,4 @@# This caps the capacity of cached event_data referenced# by server_name.## This defaults to 500,000 + (10,000 * CPU core count)500k + 100k per core, not 10k!
parallelism_scaled_u32(100_000).saturating_add(500_000)Thank you for catching that! Fixed in
839b573f7c.@ -1218,0 +1327,4 @@# You should only change this if you have configured your own push gateway# that requires a different path.## For more information on Push Gateways: https://spec.matrix.org/v1.9/push-gateway-api/Pls use
v1.19orlatestfor the spec version839b573f7c1c23cf3a93