From d3350c033f7c72b6407134c3ccf69e904187dc91 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 24 Apr 2019 13:26:25 -0700 Subject: [PATCH] Add session timeout description to commands.json --- core/commands.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/commands.json b/core/commands.json index bbc1409a..e4bc7f96 100644 --- a/core/commands.json +++ b/core/commands.json @@ -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": [