Skip to content

Commit

Permalink
increased min. daemon rest time
Browse files Browse the repository at this point in the history
  • Loading branch information
pahihu committed Aug 7, 2019
1 parent cb1d8e0 commit 3ef4474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mumps.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@

#define MIN_GBD (40 + NUM_GBDRO) // minumum number GBDs

#define MIN_REST_TIME 8 // min. daemon rest time
#define MIN_REST_TIME 10 // min. daemon rest time
#define MAX_REST_TIME 1000 // max. daemon rest time

#define VOLLAB_DIRTY (1U<<31) // volume label dirty
Expand Down

0 comments on commit 3ef4474

Please sign in to comment.