]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/tagfile.h:
authorMichael Vogt <michael.vogt@ubuntu.com>
Sat, 30 Sep 2006 20:50:41 +0000 (22:50 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Sat, 30 Sep 2006 20:50:41 +0000 (22:50 +0200)
  - increase the buffer in tagfile.cc for now, this really needs to
    become a dynamic buffer

apt-pkg/tagfile.h
debian/changelog

index f7f8155a527ee8762db6f9cbcd5babbb89970bed..35ffebda8ffbb218c84672f326f9ede1388d85e1 100644 (file)
@@ -84,7 +84,7 @@ class pkgTagFile
    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();
 };
 
index db84bc65a87abed9a6c93c58789c2d95564588ee..77c7cf698b450f800a46d4f6703976acced22e4b 100644 (file)
@@ -13,6 +13,8 @@ apt (0.6.46.1) unstable; urgency=low
     * 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)
   
  --