Confluence Docs 3.0 : How do I change the default polling time for email in Confluence?
This page last changed on Mar 02, 2009 by jlargman.
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 Nov 05, 2009 23:34 |