Knowledge Base
v5.14.1
Search this version
Knowledge Base
Knowledge Base
Configuration and Settings
Errors and Troubleshooting
Features and Functionality
Licensing, Setup and Deployment
Updates, Patches and Bug Fixes
Version Upgrades
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How can I configure the maximum queue size in MetaDefender Core v5 ?
Copy Markdown
Open in ChatGPT
Open in Claude
The maximum queue size can be configured in MetaDefender Core v5 via REST API, as follows :
Set scan config
| Request | Value |
|---|---|
| Method | PUT |
| URL | /admin/config/scan |
Request HTTP header parameters:
| Name | Type | Required | Value |
|---|---|---|---|
| apikey | string | true | Session id, can be acquired by POST LoginAPI |
Request body:
| JSON path | Type | Required | Value |
|---|---|---|---|
| max_queue_per_agent | int | true | Max queue size allowed per agent |
Example:
JSON
{ "max_queue_per_agent": 700}An example of a successful response can be found below :
HTTP status code: 200
Response contains information about the modified scan configuration
JSON
{ "max_queue_per_agent": 700}In case the configuration change was not correct, an error response like the one below will be returned :
Internal error
HTTP status code: 500
JSON
{ "err": "Error while modifying configuration"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
How do I remove an engine from my MetaDefender instance?Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
