Skip to content

Commit 447cc64

Browse files
jochem-brouwerg11tech
authored andcommitted
client: bump rpc keepAliveTimeout to fix micro-eth-signer blocking (?) keepAlive
1 parent 475fd24 commit 447cc64

File tree

1 file changed

+1
-0
lines changed
  • packages/client/src/util

1 file changed

+1
-0
lines changed

packages/client/src/util/rpc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export function createRPCServerListener(opts: CreateRPCServerListenerOpts): jays
209209
}
210210
app.use(server.middleware())
211211
const httpServer = createServer(app)
212+
httpServer.keepAliveTimeout = 20_000
212213
return httpServer
213214
}
214215

0 commit comments

Comments
 (0)