[invoker] Reduce the default respawn delay. Contributes to JB#30107

This was perhaps a reasonable default 5 years ago, but today 1s is plenty.
pull/1/head
Martin Jones 11 years ago
parent d543d53b3f
commit 02c79d3da7

@ -52,7 +52,7 @@ static const unsigned int MAX_EXIT_DELAY = 86400;
// Delay before a new booster is started. This will // Delay before a new booster is started. This will
// be sent to the launcher daemon. // be sent to the launcher daemon.
static const unsigned int RESPAWN_DELAY = 3; static const unsigned int RESPAWN_DELAY = 1;
static const unsigned int MIN_RESPAWN_DELAY = 0; static const unsigned int MIN_RESPAWN_DELAY = 0;
static const unsigned int MAX_RESPAWN_DELAY = 10; static const unsigned int MAX_RESPAWN_DELAY = 10;

Loading…
Cancel
Save