@ -60,7 +60,7 @@ Send a HEAD request to `/` and allow up to 1 second for it to complete.
```js
client.ping({
// ping usually has a 3000ms timeout
requestTimeout:Infinity
requestTimeout:1000
},function(error){
if(error){
console.trace('elasticsearch cluster is down!');
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.