diff -r cbb1bfb7ebfb -r edd273b3192a mmappcomponents/harvester/server/src/mpxharvesterserver.cpp --- 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); } // ----------------------------------------------------------------------------