globals: Increase MAX_EVENTS.
This commit is contained in:
parent
a638ef3e5f
commit
0e3c0724e0
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ SERVERS = dict() # type: Dict[str, MatrixServer]
|
||||||
CONFIG = None # type: Optional[MatrixConfig]
|
CONFIG = None # type: Optional[MatrixConfig]
|
||||||
ENCRYPTION = True # type: bool
|
ENCRYPTION = True # type: bool
|
||||||
SCRIPT_NAME = "matrix" # type: str
|
SCRIPT_NAME = "matrix" # type: str
|
||||||
MAX_EVENTS = 10
|
MAX_EVENTS = 100
|
||||||
|
|
Loading…
Add table
Reference in a new issue