1 write to KeepAlive
rzc (1)
ServerCommand.cs (1)
19
KeepAlive
= 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)
33
KeepAlive
.Values.Add(keepAlive.Value.ToString(CultureInfo.InvariantCulture));
96
if (
KeepAlive
.HasValue() && int.TryParse(
KeepAlive
.Value(), out var result))