Page 1 of 1

Bark Group Max size of queue

Posted: Thu Mar 02, 2023 9:48 am
by Saper
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.

Re: Bark Group Max size of queue

Posted: Thu Mar 02, 2023 10:18 am
by Tony Li
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

Posted: Thu Mar 02, 2023 10:42 am
by Saper
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.

Re: Bark Group Max size of queue

Posted: Thu Mar 02, 2023 1:29 pm
by Tony Li
Sounds good. I'll try to get that into the next release.