mmappcomponents/harvester/server/src/mpxharvesterserver.cpp
changeset 32 edd273b3192a
parent 0 a2952bb97e68
child 34 e257e2b6459d
--- a/mmappcomponents/harvester/server/src/mpxharvesterserver.cpp	Fri May 14 16:21:14 2010 +0300
+++ b/mmappcomponents/harvester/server/src/mpxharvesterserver.cpp	Thu May 27 13:19:19 2010 +0300
@@ -119,7 +119,7 @@
     {
     iEngine = CMPXHarvesterEngine::NewL();
     StartL(KMPXHarvesterServerName);
-    RProcess().SetPriority(::EPriorityLow);
+    RProcess().SetPriority(::EPriorityBackground);
     }
     
 // ----------------------------------------------------------------------------