added result limit in DatabaseServiceQueryUsagePipeline (#3987)

This commit is contained in:
Mayur Singal 2022-04-09 19:52:56 +05:30 committed by GitHub
parent c885a7c107
commit ee92311814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,11 @@
"description": "Temporary file name to store the query logs before processing. Absolute file path required.",
"type": "string",
"default": "/tmp/query_log"
},
"resultLimit": {
"description": "Configuration to set the limit for query logs",
"type": "integer",
"default": "100"
}
},
"additionalProperties": false