Bug 1952508: Part 4 - Add enterprise config setting for agent thread pool r=mkaply,dlp-reviewers,gstoll
Differential Revision: https://phabricator.services.mozilla.com/D242225
This commit is contained in:
@@ -559,6 +559,11 @@ export var Policies = {
|
||||
"ClientSignature",
|
||||
"browser.contentanalysis.client_signature"
|
||||
);
|
||||
setPrefIfPresentAndLock(
|
||||
param,
|
||||
"MaxConnectionsCount",
|
||||
"browser.contentanalysis.max_connections"
|
||||
);
|
||||
let resultPrefs = [
|
||||
["DefaultResult", "default_result"],
|
||||
["TimeoutResult", "timeout_result"],
|
||||
|
||||
@@ -262,6 +262,9 @@
|
||||
"IsPerUser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"MaxConnectionsCount": {
|
||||
"type": "number"
|
||||
},
|
||||
"ShowBlockedResult": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user