mirror of
https://github.com/hinto-janai/gupax.git
synced 2024-12-23 11:29:38 +00:00
xmrig: tls+keepalive default false (for p2pool)
This commit is contained in:
parent
bd9c543c08
commit
b85dcd908d
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue