From 39d416b9b484981a5ef547fcee1060166aa0c1b2 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 21 Feb 2011 22:23:06 +0100 Subject: Fixed markad running when timer is deleted bug Removed option "hdd priority", start markad always with idle iopriority --- command/markad-standalone.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'command/markad-standalone.cpp') diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp index abf820b..51e4950 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -2167,7 +2167,7 @@ int usage(int svdrpport) " io priority of markad when running in background\n" " 1 = realtime, from 0..7, default 4\n" " 2 = besteffort, from 0..7, default 4\n" - " 3 = idle\n" + " 3 = idle (default)\n" "-v --verbose\n" " increments loglevel by one, can be given multiple times\n" "-B --backupmarks\n" @@ -2283,8 +2283,8 @@ int main(int argc, char *argv[]) bool bAfter=false,bEdited=false; bool bFork=false,bNice=false,bImmediateCall=false; int niceLevel = 19; - int ioprio_class=2; - int ioprio=4; + int ioprio_class=3; + int ioprio=7; char *tok,*str; int ntok; int online=0; -- cgit v1.2.3