Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why there is Hard limit on timeout #932

Open
rsharma-prismhr opened this issue Nov 30, 2023 · 1 comment
Open

why there is Hard limit on timeout #932

rsharma-prismhr opened this issue Nov 30, 2023 · 1 comment

Comments

@rsharma-prismhr
Copy link

timeout: 22222,

Why there is a hard limit of 22 seconds here?

Can this be increased or configured?

@lilsweetcaligula
Copy link
Contributor

Hi @rsharma-prismhr, if you want to configure the timeout in Seneca, try passing the timeout option to the Seneca constructor:

const seneca = Seneca({ timeout: 10e3 })

For reference:

Seneca({ timeout: 100, legacy: { transport: false } })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants