Changes between Initial Version and Version 1 of Ticket #3596, comment 9
- Timestamp:
- Oct 13, 2010, 1:34:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3596, comment 9
initial v1 16 16 + * after N calls to rechokeUploads() */ 17 17 + if( t->optimisticUnchokeTimeScaler > 0 ) 18 + if( !--t->optimisticUnchokeTimeScaler ) 19 + t->optimistic = NULL; 18 + --t->optimisticUnchokeTimeScaler; 19 + else 20 + t->optimistic = NULL; 20 21 }}} 21 22