set nice to 10 for build

This commit is contained in:
Дмитрий Левин 2002-04-05 08:19:30 +00:00
parent 28fc3057c8
commit c0bfc001c2

View File

@ -608,7 +608,7 @@ int main(int argc, const char ** argv)
if ( !(geteuid() || rpmExpandNumeric( "%_allow_root_build" )) )
argerror( _("current site policy disallows root to build packages") );
nice(15);
nice(10);
switch (ba->buildMode) {
case 'b': bigMode = MODE_BUILD; break;