Changeset 16776 for trunk/midcom/midcom.helper.replicator
- Timestamp:
- 07/04/08 09:18:15 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.replicator/transporter/http.php
r16759 r16776 205 205 } 206 206 207 /** 208 * FIXME: Make this smarter, check the per-key errors 209 * Make sure we do not retry infinitely or this could block rest 210 * of the queue 211 * 207 212 $remaining_items_count = count($items); 208 213 if ( !empty($remaining_items_count) … … 216 221 return false; 217 222 } 223 */ 218 224 return true; 219 225 }
