From 0d4083c4872dd1746c0f4b7706539fb63e4cddbf Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 2 Mar 2018 08:32:42 -0800 Subject: [PATCH] ircd::m::dbs: Remove stale comment. --- ircd/m/dbs.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ircd/m/dbs.cc b/ircd/m/dbs.cc index 2a9005b2f..1d6d73899 100644 --- a/ircd/m/dbs.cc +++ b/ircd/m/dbs.cc @@ -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