This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 3842aca96ad Align with linux (#2817)
3842aca96ad is described below
commit 3842aca96ad1021f59b1e0f8f704c065f2afdf2f
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 d6ff9e62492..d6b6f18e248 100755
--- a/solr/bin/solr.cmd
+++ b/solr/bin/solr.cmd
@@ -1143,9 +1143,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%"^