Add configuration for queue processing interval

This commit is contained in:
2016-04-13 10:48:06 -04:00
parent b317f0c65a
commit 123af4f44d
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -24,6 +24,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
<add key="TimeZoneId" value="US Eastern Standard Time" />
<add key="EmailFromAddress" value="LeafWeb &lt;noreply@leafweb.org&gt;" />
<add key="ProcessQueueInterval" value="*/1 * * * *"/>
<add key="SmtpHost" value="localhost"/>
<add key="SmtpPort" value="25"/>
<add key="SmtpUserName" value=""/>