Added timeout param to cluster.node_info

This commit is contained in:
Clinton Gormley 2013-06-20 11:44:02 +02:00
parent 2b91529c98
commit a276671f86
1 changed files with 4 additions and 0 deletions

View File

@ -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"