mirror of
https://github.com/matrix-construct/construct
synced 2025-01-16 17:46:54 +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
|
// explanation
|
||||||
R"(### developer note:
|
R"(### developer note:
|
||||||
|
|
||||||
key is "!room_id$event_id"
|
|
||||||
the prefix transform is in effect. this column indexes events by
|
the prefix transform is in effect. this column indexes events by
|
||||||
room_id offering an iterable bound of the index prefixed by room_id
|
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.
|
with the REST API, this is the HTTP body.
|
||||||
|
|
||||||
### developer note:
|
### 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.
|
space after all the other fields for the event are rendered.
|
||||||
|
|
||||||
key is event_id
|
key is event_id
|
||||||
|
|
Loading…
Add table
Reference in a new issue