Reduce amount of log spam (#11898)
This commit is contained in:
parent
0a03b09f5d
commit
2cb5e0771b
4 changed files with 3 additions and 13 deletions
|
@ -435,11 +435,6 @@ class MatrixClientPegClass implements IMatrixClientPeg {
|
|||
}
|
||||
|
||||
this.matrixClient = createMatrixClient(opts);
|
||||
|
||||
// we're going to add eventlisteners for each matrix event tile, so the
|
||||
// potential number of event listeners is quite high.
|
||||
this.matrixClient.setMaxListeners(500);
|
||||
|
||||
this.matrixClient.setGuest(Boolean(creds.guest));
|
||||
|
||||
const notifTimelineSet = new EventTimelineSet(undefined, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue