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

66-svctl: reduce global DEADLINE to 1000

parent 54df7f57
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ struct svc_sig_s
.deadline = TAIN_ZERO \
}
unsigned int SV_DEADLINE = 5000 ;
unsigned int SV_DEADLINE = 1000 ;
typedef enum state_e state_t, *state_t_ref ;
enum state_e
......
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