Skip to content

Commit

Permalink
default expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Apr 10, 2024
1 parent 143c702 commit 2b3031d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/controllers/handlers/ws-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export async function wsHandler(context: IHttpServerComponent.DefaultContext<Glo
ws.removeEventListener('message', receiveAuthchainAsFirstMessage)

const authchainVerifyResult = await verify('get', '/', authChain, {
fetcher,
expiration: 1000 * 240
fetcher
})

const wsTransport = WebSocketTransport(socket)
Expand Down

0 comments on commit 2b3031d

Please sign in to comment.