Quote Originally Posted by 'Sam DeathWalker',index.php?page=Thread&postID=188933#p ost188933
Are all your wow instances running at least 20fps?
I run my slaves at 30 fps on the one that is active (I play full screen only) and 5 fps on the backgrounds that are not active, I have a problem with things updating jamba very slowly. The leader is at 60 fps on another computer. Is there a work around this 20fps limit?
Yes;

You are going to need to find ALL instances of ChatThrottleLib.lua in your Interface/Addons folder and change this line (its near the top of the file):

ChatThrottleLib.MIN_FPS = 20 -- Reduce output CPS to half (and don't burst) if FPS drops below this value

Change the 20 to 4 in your case and see what happens. If your clients start getting disconnected; then you will need to adjust this value and your background fps in tandem.