X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=nssm.h;h=1c78d1896270373a2ea888c204974fc76680fbd7;hb=f13f3f81d7ad3ccda728d06f615ce5f724023f4e;hp=f34346b18744cbb3cf55fb9695e90821e2886945;hpb=cca8d28295ce27b7c996b47badc6a1e3a6a34e65;p=nssm.git diff --git a/nssm.h b/nssm.h index f34346b..1c78d18 100644 --- a/nssm.h +++ b/nssm.h @@ -96,6 +96,9 @@ int usage(int); */ #define NSSM_KILL_THREADS_GRACE_PERIOD 1500 +/* How many milliseconds to pause after rotating logs. */ +#define NSSM_ROTATE_DELAY 0 + /* Margin of error for service status wait hints in milliseconds. */ #define NSSM_WAITHINT_MARGIN 2000