Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mxqd: do not sleep longer than needed..
  • Loading branch information
mariux committed Dec 17, 2014
1 parent de2191b commit a8cd271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mxqd.c
Expand Up @@ -1241,8 +1241,8 @@ int main(int argc, char *argv[])
if (!server.group_cnt) {
assert(!server.jobs_running);
assert(!group_cnt);
MXQ_LOG_INFO("Nothing to do. Sleeping for a short while. (7 seconds)\n");
sleep(7);
MXQ_LOG_INFO("Nothing to do. Sleeping for a short while. (1 second)\n");
sleep(1);
continue;
}

Expand Down

0 comments on commit a8cd271

Please sign in to comment.