"description":"The family this partition is part of. For example: 'public', 'admin', 'backoffice', 'web-service'... Each family gets its own frontend (=client-facing ip & port). It has no special meaning for the system.",
"default":"default",
"type":"string",
},
"instance-count":{
"description":"Number of Zopes to setup on this partition",
"default":1,
"type":"integer"
},
"thread-amount":{
"description":"Number of worker threads for each created Zope process",
"default":1,
"type":"integer"
},
"timerserver-interval":{
"description":"Timerserver tick perdiod, in seconds, or 0 to disable",
"default":5,
"type":"integer"//floatactually?
},
"longrequest-logger-interval":{
"description":"Period, in seconds, with which LongRequestLogger polls worker thread stack traces, or -1 to disable",
"default":-1,
"type":"integer"
},
"longrequest-logger-timeout":{
"description":"Transaction duration after which LongRequestLogger will start logging its stack trace, in seconds",
"default":1,
"type":"integer"
},
"port-base":{
"allOf":[{
"$ref":"#/definitions/tcpv4port"
},{
"description":"Start allocating ports at this value. Useful if one needs to make several partitions share the same port range (ie, several partitions bound to a single address)",
"default":2200
}]
},
"computer-guid":{
"description":"GUID of computer instance must be requested on",