Changes between Version 5 and Version 6 of TrickleApi


Ignore:
Timestamp:
Aug 21, 2011, 6:32:57 AM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrickleApi

    v5 v6  
    5454}}}
    5555
    56 To send trickle-down messages, a project must include the line
     56To send trickle-down messages, you must include
    5757
    5858{{{
     
    6060}}}
    6161
    62 in the [ProjectOptions#Clientcontrol configuration] (config.xml) file.
     62in your [ProjectOptions#Clientcontrol configuration] (config.xml) file.
     63
     64If you use either type of trickle message, you should include
     65{{{
     66<task>
     67  <output>purge_trickles.out</output>
     68  <cmd>run_in_ops purge_trickles.php</cmd>
     69  <period>24 hours</period>
     70</task>
     71}}}
     72
     73in your [ProjectOptions#Clientcontrol configuration] (config.xml) file,
     74to delete unneeded trickle-related records from your database.