1 write to KeepAlive
rzc (1)
ServerCommand.cs (1)
19KeepAlive = Option("-k|--keep-alive", "sets the default idle timeout for the server in seconds", CommandOptionType.SingleValue);
3 references to KeepAlive
rzc (3)
ServerCommand.cs (3)
33KeepAlive.Values.Add(keepAlive.Value.ToString(CultureInfo.InvariantCulture)); 96if (KeepAlive.HasValue() && int.TryParse(KeepAlive.Value(), out var result))