diff --git a/src/disk.rs b/src/disk.rs index df022c9..cdf26dd 100644 --- a/src/disk.rs +++ b/src/disk.rs @@ -192,8 +192,8 @@ impl State { selected_port: "3333".to_string(), api_ip: "localhost".to_string(), api_port: "18088".to_string(), - tls: true, - keepalive: true, + tls: false, + keepalive: false, current_threads, max_threads, },