Skip to content

Commit

Permalink
remove session timeout from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Dec 20, 2024
1 parent f892315 commit 46cfcfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/portalnetwork/src/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class PortalNetwork extends EventEmitter<PortalNetworkEvents> {
requestTimeout: 3000,
sessionEstablishTimeout: 3000,
lookupTimeout: 3000,
sessionTimeout: 3000,
requestRetries: 2,
},
}
Expand Down

0 comments on commit 46cfcfd

Please sign in to comment.