Added timeout param to cluster.node_info
This commit is contained in:
parent
2b91529c98
commit
a276671f86
|
@ -52,6 +52,10 @@
|
|||
"type" : "boolean",
|
||||
"description" : "Return information about the thread pool"
|
||||
},
|
||||
"timeout": {
|
||||
"type" : "time",
|
||||
"description" : "Explicit operation timeout"
|
||||
},
|
||||
"transport": {
|
||||
"type" : "boolean",
|
||||
"description" : "Return information about transport"
|
||||
|
|
Loading…
Reference in New Issue