Skip to content
Snippets Groups Projects
Commit 9480b561 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

let sysadmin set the timeout, can be problematic on boot phase if the timeout is to short

parent 71399e7f
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
#include <stdio.h>
static unsigned int DEADLINE = 3000 ;
static unsigned int DEADLINE = 0 ;
static pid_t send(genalloc *gasv, char const *livetree, char const *signal,char const *const *envp)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment