Changeset 16775

Show
Ignore:
Timestamp:
07/04/08 09:17:38 (3 months ago)
Author:
rambo
Message:

disable rerty logic untill it can be smarter

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/MidCOM_2_8/midcom.helper.replicator/transporter/http.php

    r16758 r16775  
    211211        } 
    212212 
     213        /** 
     214         * FIXME: Make this smarter, check the per-key errors 
     215         * Make sure we do not retry infinitely or this could block rest 
     216         * of the queue 
     217         * 
    213218        $remaining_items_count = count($items); 
    214219        if (   !empty($remaining_items_count) 
     
    222227            return false; 
    223228        } 
     229         */ 
    224230        return true; 
    225231    }