mmappcomponents/harvester/server/src/mpxharvesterserver.cpp
branchRCL_3
changeset 28 f56ec6ce2732
parent 0 a2952bb97e68
child 34 e257e2b6459d
--- a/mmappcomponents/harvester/server/src/mpxharvesterserver.cpp	Tue Apr 27 17:09:22 2010 +0300
+++ b/mmappcomponents/harvester/server/src/mpxharvesterserver.cpp	Tue May 11 16:40:32 2010 +0300
@@ -119,7 +119,7 @@
     {
     iEngine = CMPXHarvesterEngine::NewL();
     StartL(KMPXHarvesterServerName);
-    RProcess().SetPriority(::EPriorityLow);
+    RProcess().SetPriority(::EPriorityBackground);
     }
     
 // ----------------------------------------------------------------------------