[lib.audio-manager] added stack max size = 3

This commit is contained in:
xdrm-brackets 2018-04-09 19:24:15 +02:00
parent 7d767343d6
commit 8cc640c47b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ export default class AudioManager{
/* (7) Initialise coordinator to manage received */
this.stack = [];
this.stack_size = 10;
this.stack_size = 3;