Config.json schema improvement.

Ylian Saint-Hilaire committed Jun 15, 2021 at 08:59 UTC 59adad531509c6fda016eb071012d4e9d9c8a85d
1 file changed +1 -1
meshcentral-config-schema.json
+1 -1
@@ -102,7 +102,7 @@
102 "agentPong": { "type": "integer", "minimum": 1, "description": "When specified, sends data to the agent at x seconds interval." },
103 "amtmanager": { "type": "boolean", "default": true, "description": "When enabled, MeshCentral will automatically monitor and manage Intel AMT devices." },
104 "orphanAgentUser": { "type": "string", "default": null, "description": "If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin" },
105 - "agentIdleTimeout": { "type": "integer", "minimum": 1 },
105 + "agentIdleTimeout": { "type": "integer", "minimum": 1, "default": 150 ,"description": "How much time in seconds with no traffic from an agent before dropping the agent connection." },
106 "compression": { "type": "boolean", "default": true, "description": "Enables GZIP compression for web requests." },
107 "wscompression": { "type": "boolean", "default": false, "description": "Enables server-side, websocket per-message deflate compression." },
108 "agentwscompression": { "type": "boolean", "default": true, "description": "Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work." },