From 27f526cbd9089f64e655d0e8896f9664f943d0b2 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 6 May 2021 12:43:47 -0400 Subject: [PATCH] Remove some implementation details. --- proposals/2946-spaces-summary.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/proposals/2946-spaces-summary.md b/proposals/2946-spaces-summary.md index d66aa7c28..717a31ff2 100644 --- a/proposals/2946-spaces-summary.md +++ b/proposals/2946-spaces-summary.md @@ -86,11 +86,10 @@ Request params: `m.space.child` event has `suggested: true`. Must be a boolean, defaults to `false`. * **`max_rooms_per_space`**: Optional: a client-defined limit to the maximum number of children to return per space. Doesn't apply to the root space (ie, - the `room_id` in the request). + the `room_id` in the request). Must be a non-negative integer. - Server implementations may also have an internal limit (recommended as 50) - (which *does* apply to the root room); attempts to exceed this limit are - ignored. Must be a non-negative integer. + Server implementations should impose a maximum value to avoid resource + exhaustion. Response fields: