]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2649 Add 'sonar.notifications.delay' to conf/sonar.properties
authorEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 28 Jul 2011 13:11:15 +0000 (17:11 +0400)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 28 Jul 2011 13:24:36 +0000 (17:24 +0400)
sonar-application/src/main/assembly/conf/sonar.properties

index 927fd29ded3b65125443df0c44bc3db8ec3ce33e..f79c389acd159b7ba628ebf6f50ece89401a542d 100644 (file)
@@ -133,4 +133,11 @@ sonar.jdbc.timeBetweenEvictionRunsMillis:  30000
 
 # proxy authentication. The 2 following properties are used for HTTP and SOCKS proxies.
 #http.proxyUser=
-#http.proxyPassword=
\ No newline at end of file
+#http.proxyPassword=
+
+#---------------------------------------------------------
+# NOTIFICATION SERVICE
+#---------------------------------------------------------
+
+# Delay (in seconds) between processing of notification queue
+sonar.notifications.delay=60