You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested this latest release and the problem isnt solved completely unfortunately. On my machine with Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz and Firefox 26 and collection of approx 10k songs each refresh takes closer to 1000ms, so it is running in this refresh loop continuously.
I set the flashPollingInterval: 10000 and html5PollingInterval: 10000, This makes it usable in Chrome but Firefox doesnt seem to care about these parameters :(
This is my way of fixing it in both. (obiously wont be usable for anyone else ;) (ten seconds )
I have remove the bindings to the current position. This caused huge lags on the web interface. I supposed that angular tested all the binding updates every second.
Can you please report if this is not fixed for you. I will reopen it then.
As issue #131 was closed, I create this.
Tested this latest release and the problem isnt solved completely unfortunately. On my machine with Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz and Firefox 26 and collection of approx 10k songs each refresh takes closer to 1000ms, so it is running in this refresh loop continuously.
I set the flashPollingInterval: 10000 and html5PollingInterval: 10000, This makes it usable in Chrome but Firefox doesnt seem to care about these parameters :(
This is my way of fixing it in both. (obiously wont be usable for anyone else ;) (ten seconds )
Maybe find another way to do the refreshes ? Dunno.
Thank you.
The text was updated successfully, but these errors were encountered: