Reduce amount of log spam (#11898)
This commit is contained in:
parent
0a03b09f5d
commit
2cb5e0771b
4 changed files with 3 additions and 13 deletions
|
@ -49,6 +49,7 @@ export class CallStore extends AsyncStoreWithClient<{}> {
|
|||
|
||||
private constructor() {
|
||||
super(defaultDispatcher);
|
||||
this.setMaxListeners(100); // One for each RoomTile
|
||||
}
|
||||
|
||||
protected async onAction(): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue