K 10 svn:author V 3 mav K 8 svn:date V 27 2013-03-01T15:09:23.638178Z K 7 svn:log V 447 Change CC_HASH_SHIFT from 10 to 8, changing callwheel bucket size from 1ms to 4ms. This allows to reduce time consumed by callout_process() on linear travense through the array of empty buckets on systems with few callouts. On systems with many callouts result depends on callouts time and precision: smaller CC_HASH_SHIFT value improves handling of long callouts, while bigger value improves handling of short and precise (not aggregable) ones. END