all repos — searchix @ 078020ea68fd850a3d1dcfcdfbcb2ba61312161b

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: make server graceful shutdown timeout configurable

Alin
commit

078020ea68fd850a3d1dcfcdfbcb2ba61312161b

parent

be1d2e4688abc9637a4a9926291510a4b65f91c5

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M defaults.tomldefaults.toml
@@ -3,6 +3,8 @@ DataPath = './data'
# Settings for the web server [Web] +# How long to wait for connections to finish before shutting down. +GracefulShutdownTimeout = '5s' # Which address or hostname to listen on. IPv6 addresses need square brackets. ListenAddress = 'localhost' # Port number to listen on.