diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-22 17:43:08 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-23 15:34:06 +0200 |
commit | 67e04a3013976290743a682323c1ffe80672b069 (patch) | |
tree | 9510b6bb438b1b5ad972db1382b3ba6c28bd0eb6 /sonar-application/src/main/assembly | |
parent | b61a03ce0b226ff204a66389021a720ac1d7638b (diff) | |
download | sonarqube-67e04a3013976290743a682323c1ffe80672b069.tar.gz sonarqube-67e04a3013976290743a682323c1ffe80672b069.zip |
SONAR-4898 - Actually disable wrapper auto-restart
Diffstat (limited to 'sonar-application/src/main/assembly')
-rw-r--r-- | sonar-application/src/main/assembly/conf/wrapper.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/wrapper.conf b/sonar-application/src/main/assembly/conf/wrapper.conf index 25f3fcd6d2a..74f08ffddf1 100644 --- a/sonar-application/src/main/assembly/conf/wrapper.conf +++ b/sonar-application/src/main/assembly/conf/wrapper.conf @@ -1,3 +1,8 @@ +#******************************************************************** +# Disable restart +#******************************************************************** +wrapper.disable_restarts=TRUE + # Java Additional Parameters wrapper.java.additional.1=-Xmx32M |