Skip to content
New issue

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

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

Already on GitHub? # to your account

Change queue configuration #1484

Closed
tshemsedinov opened this issue Feb 19, 2021 · 1 comment
Closed

Change queue configuration #1484

tshemsedinov opened this issue Feb 19, 2021 · 1 comment

Comments

@tshemsedinov
Copy link
Member

tshemsedinov commented Feb 19, 2021

Change from current server config:

{
  concurrency: 1000,
  queue: {
    size: 2000,
    timeout: 3000,
  }
}

to new format:

{
  queue: {
    concurrency: 1000,
    size: 2000,
    timeout: 3000,
  }
}

But support previous config for all impress 2.0.x

@tshemsedinov
Copy link
Member Author

Done

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant