0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd:Ⓜ️:dbs: Remove stale comment.

This commit is contained in:
Jason Volk 2018-03-02 08:32:42 -08:00
parent f3d8cc7950
commit 0d4083c487

View file

@ -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