Changes between Version 5 and Version 6 of TrickleApi
- Timestamp:
- Aug 21, 2011, 6:32:57 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrickleApi
v5 v6 54 54 }}} 55 55 56 To send trickle-down messages, a project must include the line56 To send trickle-down messages, you must include 57 57 58 58 {{{ … … 60 60 }}} 61 61 62 in the [ProjectOptions#Clientcontrol configuration] (config.xml) file. 62 in your [ProjectOptions#Clientcontrol configuration] (config.xml) file. 63 64 If 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 73 in your [ProjectOptions#Clientcontrol configuration] (config.xml) file, 74 to delete unneeded trickle-related records from your database.