Prevent slplugin from using too much cpu time.

This commit is contained in:
Shyotl
2011-08-18 00:29:46 -05:00
parent 48abb8280f
commit 210e9ed78b
2 changed files with 2 additions and 1 deletions

View File

@@ -993,6 +993,7 @@ void LLPluginProcessParent::receiveMessage(const LLPluginMessage &message)
}
// Send initial sleep time
llassert_always(mSleepTime != 0.f);
setSleepTime(mSleepTime, true);
setState(STATE_RUNNING);