Bark Group Max size of queue

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Saper
Posts: 43
Joined: Tue Jan 12, 2021 11:25 am

Bark Group Max size of queue

Post 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.
Last edited by Saper on Thu Mar 02, 2023 10:21 am, edited 1 time in total.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Bark Group Max size of queue

Post 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?
Saper
Posts: 43
Joined: Tue Jan 12, 2021 11:25 am

Re: Bark Group Max size of queue

Post 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.
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

Re: Bark Group Max size of queue

Post by Tony Li »

Sounds good. I'll try to get that into the next release.
Post Reply