Skip to content

Commit 555dedd

Browse files
committed
Up the number of threads for quartz
1 parent 5d82e9c commit 555dedd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quartz.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
2-
org.quartz.threadPool.threadCount=20
2+
org.quartz.threadPool.threadCount=50

src/main/resources/spark/template/freemarker/documentation.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ String myHmac = HmacUtils.hmacSha512Hex(MYPRIVATEKEY, PARAMSTOHMAC);</textarea>
722722
<#if isCommunity??>
723723
<#if isCommunity == true>
724724
You are using the community edition of searchcode server. As such you will be unable to change anything here. If you would like the ability to configure the settings page
725-
you can purchase a copy at <a href="https://searchcode.com/product/download/">https://searchcode.com/product/download/</a>
725+
you can purchase a copy at <a href="hhttps://searchcodeserver.com/pricing.html">https://searchcodeserver.com/pricing.html</a>
726726
</#if>
727727
</#if>
728728

@@ -892,7 +892,7 @@ String myHmac = HmacUtils.hmacSha512Hex(MYPRIVATEKEY, PARAMSTOHMAC);</textarea>
892892
<#if isCommunity == true>
893893
<p>
894894
You are using the community edition of searchcode server. Sorry but you are own your own. If you would like support (and the ability to configure the settings page)
895-
you can purchase a copy at <a href="https://searchcode.com/product/download/">https://searchcode.com/product/download/</a>
895+
you can purchase a copy at <a href="https://searchcodeserver.com/pricing.html">https://searchcodeserver.com/pricing.html</a>
896896
</p>
897897
<#else>
898898
<p>

0 commit comments

Comments
 (0)