c-mongoose.mongoose-storage-driver-coop-netty.4.1.4.source-code.config-schema-storage-net.json Maven / Gradle / Ivy
/*
WARNING:
Do not edit this file manually, it will be replaced with factory default content on every Mongoose run.
*/
{
"storage": {
"net": {
"bindBacklogSize": "int",
"interestOpQueued": "boolean",
"keepAlive": "boolean",
"linger": "int",
"reuseAddr": "boolean",
"rcvBuf": "int",
"sndBuf": "int",
"tcpNoDelay": "boolean",
"timeoutMilliSec": "int",
"ioRatio": "int",
"transport": "string",
"ssl": "boolean",
"node": {
"addrs": "list",
"connAttemptsLimit": "int",
"port": "int",
"slice": "boolean"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy