xmrig: tls+keepalive default false (for p2pool)

This commit is contained in:
hinto-janaiyo 2022-11-26 22:41:08 -05:00
parent bd9c543c08
commit b85dcd908d
No known key found for this signature in database
GPG key ID: B1C5A64B80691E45

View file

@ -192,8 +192,8 @@ impl State {
selected_port: "3333".to_string(), selected_port: "3333".to_string(),
api_ip: "localhost".to_string(), api_ip: "localhost".to_string(),
api_port: "18088".to_string(), api_port: "18088".to_string(),
tls: true, tls: false,
keepalive: true, keepalive: false,
current_threads, current_threads,
max_threads, max_threads,
}, },