This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 00b3ce42d58 Align with linux (#2817)
00b3ce42d58 is described below
commit 00b3ce42d581ca2582858d243f0ba2b8d0562537
Author: Eric Pugh <[email protected]>
AuthorDate: Tue Oct 29 12:52:14 2024 -0400
Align with linux (#2817)
---
solr/bin/solr.cmd | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/solr/bin/solr.cmd b/solr/bin/solr.cmd
index e649d7b3260..67c1f194061 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -1238,9 +1238,8 @@ IF "%FG%"=="1" (
-Djava.io.tmpdir="%SOLR_SERVER_DIR%\tmp" -jar start.jar
%SOLR_JETTY_CONFIG% "%SOLR_JETTY_ADDL_CONFIG%" >
"!SOLR_LOGS_DIR!\solr-%SOLR_PORT%-console.log"
echo %SOLR_PORT%>"%SOLR_TIP%"\bin\solr-%SOLR_PORT%.port
- REM default to 30 seconds for backwards compatibility.
IF "!SOLR_START_WAIT!"=="" (
- set SOLR_START_WAIT=30
+ set SOLR_START_WAIT=180
)
REM now wait to see Solr come online ...
"%JAVA%" %SOLR_SSL_OPTS% %AUTHC_OPTS% %SOLR_ZK_CREDS_AND_ACLS%
%SOLR_TOOL_OPTS% -Dsolr.install.dir="%SOLR_TIP%"
-Dsolr.default.confdir="%DEFAULT_CONFDIR%"^