mirror of https://github.com/tidwall/tile38.git
Add session timeout description to commands.json
This commit is contained in:
parent
31525487c3
commit
d3350c033f
|
@ -1329,6 +1329,17 @@
|
|||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"TIMEOUT": {
|
||||
"summary": "Gets or sets the query timeout for the current connection.",
|
||||
"arguments": [
|
||||
{
|
||||
"name": "seconds",
|
||||
"optional": true,
|
||||
"type": "double"
|
||||
}
|
||||
],
|
||||
"group": "connection"
|
||||
},
|
||||
"SETHOOK": {
|
||||
"summary": "Creates a webhook which points to geofenced search",
|
||||
"arguments": [
|
||||
|
|
Loading…
Reference in New Issue