feature: change so_linger_time to socket_linger_time.

This commit is contained in:
UpstreamData
2023-11-27 10:19:30 -07:00
parent 3f1183a4f9
commit 7ee7868094

View File

@@ -35,7 +35,7 @@ _settings = { # defaults
"default_bosminer_password": "root",
"default_vnish_password": "admin",
"default_goldshell_password": "123456789",
"so_linger_time": 1000,
"socket_linger_time": 1000,
}