update the URL in README where to check the max_file_descriptors in ES.

OK jasper@ (MAINTAINER)
This commit is contained in:
sebastia 2016-01-18 07:53:21 +00:00
parent b2fe994c5b
commit 5f2c0b7be7
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.24 2016/01/16 15:22:08 jasper Exp $
# $OpenBSD: Makefile,v 1.25 2016/01/18 07:53:21 sebastia Exp $
COMMENT= distributed RESTful search and analytics
V= 2.1.1
REVISION = 0
DISTNAME= elasticsearch-$V
CATEGORIES= textproc

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.3 2015/07/18 00:59:51 ajacoutot Exp $
$OpenBSD: README,v 1.4 2016/01/18 07:53:21 sebastia Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
@ -11,7 +11,7 @@ server run in the login(1) class of "daemon".
You can query the number of maximum allowed open file descriptors
by running:
$ ftp -o - "http://localhost:9200/_nodes/process?pretty"
$ ftp -o - "http://localhost:9200/_nodes/stats/process?pretty"
and searching for the "max_file_descriptors" value.