Confluence Docs 2.10 : How do I change the default polling time for email in Confluence?
This page last changed on Aug 31, 2008 by rhartono.
Modify the cronExpression property of the mailPollTrigger bean in schedulingSubsystemContext.xml file. \etc\java\schedulingSubsystemContext.xml
For example, the expression below will fire at 12pm (noon) every day:
<property name="cronExpression">
<value>0 0 12 * * ?</value>
</property>
|
![]() |
Document generated by Confluence on Dec 03, 2008 15:14 |