We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
2.0.x
The text was updated successfully, but these errors were encountered:
Update configs after changes in queue configuration
15abd78
Refs: metarhia/impress#1484
Change queue configuration
885d9c1
db87e70
Refs: metarhia/impress#1484 PR-URL: #160
Done
Sorry, something went wrong.
No branches or pull requests
Change from current server config:
to new format:
But support previous config for all impress
2.0.x
The text was updated successfully, but these errors were encountered: