summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-02 00:54:35 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-07 19:51:10 +0100
commit6fcd9f49df84fd32c5a888493ceddbcda186e049 (patch)
treef529e9ccf2da93876d4448e7cf22a2829c0bb1a9 /connectivity
parentf9792bef88ab20d0b79372449822da105c19a90f (diff)
increase the sleep time of the Mozilla UI Thread
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
index d80ac4e03fb1..e9d8222977af 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSInit.cxx
@@ -231,8 +231,8 @@ void MNS_XPCOM_EventLoop()
if (NS_FAILED(rv))
return ;
if (event)
- eventQ->HandleEvent(event);
- }while ( PR_SUCCESS == PR_Sleep( PR_MillisecondsToInterval(1)) && aLive );
+ eventQ->HandleEvent(event);
+ }while ( PR_SUCCESS == PR_Sleep( PR_MillisecondsToInterval(20)) && aLive );
eventQ->ProcessPendingEvents();
OSL_TRACE( "OUT : MNS_XPCOM_EventLoop()" );