diff --git a/proposals/4186-simplified-sliding-sync.md b/proposals/4186-simplified-sliding-sync.md index 719b94054..b23b70d21 100644 --- a/proposals/4186-simplified-sliding-sync.md +++ b/proposals/4186-simplified-sliding-sync.md @@ -602,8 +602,9 @@ We can also add a flag to disable attempting to backfill over pagination (to mat Care must be taken, as with sync v2, to ensure that only the data that the user is authorized to see is returned in the response. -Servers SHOULD limit the amount of data that they store per-user to guard against resource exhaustion, e.g. limiting the -number of connections a device can have active. +Servers SHOULD limit the amount of data that they store per-user to guard against resource consumption, e.g. limiting +the number of connections a device can have active. This protects against malicious clients creating large numbers of +connections that get persisted to the database. # Unstable prefix