patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 734 forks source link

mixer became busy after first filtration #612

Open get-0ut opened 1 year ago

get-0ut commented 1 year ago

I recently get a job to done, they are using "mixitup" as a filtration solution along multifiltration and pagination. I have created "Filter Group UI" to work with that. But problem here is that after first time of filtration mixer always busy, how to prevent that uncessary busyness. Here is UI: https://i.imgur.com/CsZxfQ4.png

If you guys have any discord server or else, please share that.

Ladylain commented 1 year ago

Hi,

I have the same problem here, i'm using mixitup multifilter plugin. after one or two filtration, Mixitup become "busy" [MixItUp] WARNING: An operation was requested but the MixItUp instance was busy. The operation was rejected because the queue is full or queuing is disabled.

by reading this repo issues, i had increase my queueLimit to 15, and all works better, maybe you need to increase yours ?

best,

get-0ut commented 1 year ago

thank you for you interest, increase the limit to 1000, but still same issue. I think in my case probably other 3rd party plugin causing this issue as I have used in the project.