- increase the buffer in tagfile.cc for now, this really needs to
become a dynamic buffer
inline unsigned long Offset() {return iOffset;};
bool Jump(pkgTagSection &Tag,unsigned long Offset);
- pkgTagFile(FileFd *F,unsigned long Size = 64*1024);
+ pkgTagFile(FileFd *F,unsigned long Size = 128*1024);
~pkgTagFile();
};
* fi.po: Updated to 514t. Closes: #390149
* eu.po: Updated to 514t. Closes: #389725
* vi.po: Updated to 514t. Closes: #388555
+ * use a bigger buffer in tagfile for now, this needs to
+ become much more dynamic (closes: #388708)
--