Correct SOLR_STOP_WAIT value in Solr Ref Guide (it changed from 5 to 180s in SOLR-9371).

This commit is contained in:
Christine Poerschke 2017-08-03 17:08:29 +01:00
parent dd00446bb9
commit 78b6e5031a
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ The run in-foreground option (`-f`) is not compatible with the `-e` option since
=== Stop
The `stop` command sends a STOP request to a running Solr node, which allows it to shutdown gracefully. The command will wait up to 5 seconds for Solr to stop gracefully and then will forcefully kill the process (kill -9).
The `stop` command sends a STOP request to a running Solr node, which allows it to shutdown gracefully. The command will wait up to 180 seconds for Solr to stop gracefully and then will forcefully kill the process (kill -9).
`bin/solr stop [options]`