From 0862467e9117560d51eba3cd32ac86852af94bf2 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 18 Jun 2023 11:11:43 +0300 Subject: [PATCH] Update Rocket.toml --- Rocket.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Rocket.toml b/Rocket.toml index 97750e1..8cdae81 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -1,9 +1,8 @@ -[release] +[default] address = "0.0.0.0" port = 50428 -keep_alive = 0 +keep_alive=5 ident = "hlssimple via Rocket" ip_header = false log_level = "normal" temp_dir = "/tmp" -cli_colors = true