Add session timeout description to commands.json

This commit is contained in:
Alex Roitman 2019-04-24 13:26:25 -07:00
parent 31525487c3
commit d3350c033f

View File

@ -1329,6 +1329,17 @@
], ],
"group": "connection" "group": "connection"
}, },
"TIMEOUT": {
"summary": "Gets or sets the query timeout for the current connection.",
"arguments": [
{
"name": "seconds",
"optional": true,
"type": "double"
}
],
"group": "connection"
},
"SETHOOK": { "SETHOOK": {
"summary": "Creates a webhook which points to geofenced search", "summary": "Creates a webhook which points to geofenced search",
"arguments": [ "arguments": [