4a66dd6 - Remove incoming res icon, slower periodic update rate
[wowui.git] / OmaRF / Indicators.lua
index 6fd7b23..f90ff60 100644 (file)
@@ -87,7 +87,7 @@ local function updateIndicators(frame)
         end
     end
     if needUpdate then
         end
     end
     if needUpdate then
-        CTimerAfter(0.16, updaters[frame]);
+        CTimerAfter(0.20, updaters[frame]);
     else
         updating[frame] = nil;
     end
     else
         updating[frame] = nil;
     end
@@ -163,7 +163,7 @@ function M.CheckIndicators(frame, unit)
                 func = function() updateIndicators(frame) end;
                 updaters[frame] = func;
             end
                 func = function() updateIndicators(frame) end;
                 updaters[frame] = func;
             end
-            CTimerAfter(0.16, func);
+            CTimerAfter(0.20, func);
         end
     else
         frame.indBase:Hide();
         end
     else
         frame.indBase:Hide();