Note about resource consumption

erikj/sss
Erik Johnston 2 months ago
parent 0fbd845188
commit ce6f0f3165

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

Loading…
Cancel
Save