Hi all, Henrik Nordstrom wrote: > So make > > Config.readAheadGap and Config.quickAbort.min/max b_size_t instead of > kb_size_t, and stop upshifting it to compare... Maybe even should be a > b_int64_t. > > Probably we should even kill the kb_size_t type entirely, converting > them all to b_int64_t. >
Alex Rousskov wrote: > I think that unitless parameters are "wrong", but making size units > _required_ worries me for two reasons: > > 1) Changing this will make switching between Squid2 and Squid3 > configs more difficult. At the end I convert Config.readAheadGap and Config.quickAbort.min/max to b_int64_t types. But this is changes the default units for Config.quickAbort.min/max parameters and make them different than those of squid26 configuration file. Is it any problem with it?
