Status: Assigned Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-3 OS-All Area-BrowserBackend
New issue 8414 by [email protected]: Increase limit in cookie count http://code.google.com/p/chromium/issues/detail?id=8414 From IRC, someone reported that our limit for cookies (1000) is too low. They posted a patch to up it to 2000. From their cookie database: sqlite> select count(distinct(host_key)) from cookies; 476 sqlite> select count(*) from cookies; 1158 The cookies database file was 336,896 bytes, and after a vacuum it was 221,184. Would it make sense to change this limit? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
