[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#146877: Discrepancy in the option name



I couldn't get the DlLimit option working until I looked into the source
code:

18:10 /tmp/apt-0.6.43% grep -rn Acquire * | grep -i limit   
apt-pkg/acquire.cc:271:
  if(_config->FindI("Acquire::"+Access+"::DlLimit",0) > 0)

methods/http.cc:75:   CircleBuf::BwReadLimit =
  _config->FindI("Acquire::http::Dl-Limit",0)*1024;


"DlLimit" != "Dl-Limit"
I believe this is a mistake.

--
krys



Reply to: