Changes between Version 8 and Version 9 of TracCronPlugin


Ignore:
Timestamp:
Oct 17, 2010, 5:59:58 PM (13 years ago)
Author:
Thierry Bressure
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracCronPlugin

    v8 v9  
    5353    def getId(self):
    5454        """
    55         Return the key to use in trac.ini to cinfigure this task
     55        Return the key to use in trac.ini to configure this task
    5656        """
    5757        raise NotImplementedError
     
    131131}}}
    132132
    133 This key control the interval between each wake up of the ticker. The ticket thread periodically wake up to see if there is task to execute. Then the ticket thread go sleep for the amount of minutes specified by this key. You should not have modify this value except if you have system load issue. Default value is '''1'''.
     133This key control the interval between each wake up of the ticker. The ticker thread periodically wake up to see if there is task to execute. Then the ticker thread go sleep for the amount of minutes specified by this key. You should not have modify this value except if you have system load issue. Default value is '''1'''.
    134134
    135135