Hi Tony
I Want to set Max Size of Bark Group queue, Is there any solution? On one of our scene we have alot barkers and Barkers Groups queue is getting big over time and im searching for solution to it.
Bark Group Max size of queue
Bark Group Max size of queue
Last edited by Saper on Thu Mar 02, 2023 10:21 am, edited 1 time in total.
Re: Bark Group Max size of queue
No, but that might be useful to add. What should happen when the max size is reached and another bark tries to enter the queue?
Re: Bark Group Max size of queue
Thanks Tony for quick answer. We think about LIFO (Last In, First Out) method:
When LIFO is checked
- When queue is full and there will be new bark the oldest one in the queue should be deleted and replaced by newest.
When LIFO is uncheked
- When queue is full do nothing (cancel that bark request).
Place to set max size of group queue and LIFO could be in "Dialogue System Controller" in Bark Settings.
When LIFO is checked
- When queue is full and there will be new bark the oldest one in the queue should be deleted and replaced by newest.
When LIFO is uncheked
- When queue is full do nothing (cancel that bark request).
Place to set max size of group queue and LIFO could be in "Dialogue System Controller" in Bark Settings.
Re: Bark Group Max size of queue
Sounds good. I'll try to get that into the next release.