mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
ircd:Ⓜ️:dbs: Remove stale comment.
This commit is contained in:
parent
f3d8cc7950
commit
0d4083c487
1 changed files with 1 additions and 2 deletions
|
@ -516,7 +516,6 @@ ircd::m::dbs::desc::events__room_events
|
|||
// explanation
|
||||
R"(### developer note:
|
||||
|
||||
key is "!room_id$event_id"
|
||||
the prefix transform is in effect. this column indexes events by
|
||||
room_id offering an iterable bound of the index prefixed by room_id
|
||||
|
||||
|
@ -606,7 +605,7 @@ ircd::m::dbs::desc::events_content
|
|||
with the REST API, this is the HTTP body.
|
||||
|
||||
### developer note:
|
||||
Since events must not exceed 65 KB the maximum size for the content is the remaining
|
||||
Since events must not exceed 64 KiB the maximum size for the content is the remaining
|
||||
space after all the other fields for the event are rendered.
|
||||
|
||||
key is event_id
|
||||
|
|
Loading…
Reference in a new issue