globals: Increase MAX_EVENTS.

This commit is contained in:
Damir Jelić 2018-11-12 15:31:45 +01:00
parent a638ef3e5f
commit 0e3c0724e0

View file

@ -39,4 +39,4 @@ SERVERS = dict() # type: Dict[str, MatrixServer]
CONFIG = None # type: Optional[MatrixConfig]
ENCRYPTION = True # type: bool
SCRIPT_NAME = "matrix" # type: str
MAX_EVENTS = 10
MAX_EVENTS = 100