MatrixSynapse/synapse/config
Pablo Saavedra 9da4316ca5 Configurable maximum number of events requested by /sync and /messages (#2220)
Set the limit on the returned events in the timeline in the get and sync
operations. The default value is -1, means no upper limit.

For example, using `filter_timeline_limit: 5000`:

POST /_matrix/client/r0/user/user:id/filter
{
room: {
    timeline: {
      limit: 1000000000000000000
    }
}
}

GET /_matrix/client/r0/user/user:id/filter/filter:id

{
room: {
    timeline: {
      limit: 5000
    }
}
}

The server cuts down the room.timeline.limit.
2017-05-13 18:17:54 +02:00
..
__init__.py
__main__.py
_base.py
api.py
appservice.py
captcha.py
cas.py
database.py
emailconfig.py Support authenticated SMTP 2017-04-05 21:01:08 -07:00
homeserver.py
jwt.py
key.py
logger.py Add helpful texts to logger config options 2017-03-13 12:33:35 +00:00
metrics.py
password.py
password_auth_providers.py
ratelimiting.py
registration.py trust a hypothetical future riot.im IS 2017-04-10 17:58:36 +01:00
repository.py
saml2.py
server.py Configurable maximum number of events requested by /sync and /messages (#2220) 2017-05-13 18:17:54 +02:00
tls.py
voip.py typo 2017-03-15 12:40:42 +00:00
workers.py Remove unused worker config option 2017-04-04 11:17:00 +01:00