@@ -1993,31 +1993,11 @@ a¦
19931993
19941994[markdown]
19951995--
1996- ifdef::alt-markdown-links[]
1997- [numatrs-srv]: #numatrs-srv
1998- [queryNumAtrs]: #queryNumAtrs
1999-
2000- endif::alt-markdown-links[]
2001- Specifies the total number of [active transaction records][additional-storage-use].
2002- Must be a positive integer.
2003-
2004- [additional-storage-use]: /server/8.0/learn/data/transactions.html#active-transaction-record-entries
2005-
2006- // tag::desc-more[]
2007- The [node-level][numatrs-srv] `numatrs` setting specifies the default for this parameter for a single node.
2008- The request-level parameter overrides the node-level setting.
2009-
2010- In addition, the [cluster-level][queryNumAtrs] `queryNumAtrs` setting specifies the default for this parameter for the whole cluster.
2011- When you change the cluster-level setting, the node-level setting is overwritten for all nodes in the cluster.
2012-
2013- [numatrs-srv]: ../n1ql-rest-admin/index.html#numatrs-srv
2014- [queryNumAtrs]: ../n1ql-rest-settings/index.html#queryNumAtrs
2015- // end::desc-more[]
1996+ Reserved for future use.
1997+ This parameter is ignored and has no effect.
20161998--
20171999
20182000[%hardbreaks]
2019- *Default:* `1024`
2020- *Example:* `512`
20212001{blank}
20222002a¦ Integer (int32)
20232003
@@ -2488,10 +2468,11 @@ ifdef::alt-markdown-links[]
24882468[queryTimeout]: #queryTimeout
24892469
24902470endif::alt-markdown-links[]
2491- Maximum time to spend on the request before timing out.
2471+ Maximum time to spend on the request before timing out (s) .
24922472
24932473The value for this parameter is a string.
2494- Its format includes an amount and a mandatory unit, e.g. `10ms` (10 milliseconds) or `0.5s` (half a second).
2474+ Its format includes an amount and an optional unit: for example, `10ms` (10 milliseconds) or `0.5s` (half a second).
2475+ If not specified, the default unit is `s` (seconds).
24952476Valid units are:
24962477
24972478* `ns` (nanoseconds)
0 commit comments