mirror of
https://github.com/benjamin-wilson/public-pool.git
synced 2025-03-18 05:41:43 +01:00
pauseOnConnect
This commit is contained in:
parent
e05ee68b31
commit
875facf0e0
@ -39,7 +39,7 @@ export class StratumV1Service implements OnModuleInit {
|
||||
}
|
||||
|
||||
private startSocketServer() {
|
||||
new Server({ keepAlive: true, keepAliveInitialDelay: 100 }, async (s: Socket) => {
|
||||
new Server({ pauseOnConnect: true }, async (s: Socket) => {
|
||||
|
||||
const promiseSocket = new PromiseSocket(s);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user