NetworkConfiguration Data Type
- Available Since
- 1.4-M1
| name | data type | description |
|---|---|---|
| maxTotal | number | |
| maxTotalPerHost | number | |
| usePooling | boolean |
Example
{
"maxTotal" : 12345.0,
"maxTotalPerHost" : 12345.0,
"usePooling" : true
}
| name | data type | description |
|---|---|---|
| maxTotal | number | |
| maxTotalPerHost | number | |
| usePooling | boolean |
{
"maxTotal" : 12345.0,
"maxTotalPerHost" : 12345.0,
"usePooling" : true
}