| Index: content/browser/indexed_db/leveldb/leveldb_database.cc
|
| diff --git a/content/browser/indexed_db/leveldb/leveldb_database.cc b/content/browser/indexed_db/leveldb/leveldb_database.cc
|
| index 5f48cbef60ee2ef17e1377e6c603732f50c9d5e6..0903575f309bdc50571b8caddecdd33279fa58ef 100644
|
| --- a/content/browser/indexed_db/leveldb/leveldb_database.cc
|
| +++ b/content/browser/indexed_db/leveldb/leveldb_database.cc
|
| @@ -103,6 +103,7 @@ static leveldb::Status OpenDB(
|
| options.create_if_missing = true;
|
| options.paranoid_checks = true;
|
| options.filter_policy = filter_policy->get();
|
| + options.reuse_logs = true;
|
| options.compression = leveldb::kSnappyCompression;
|
|
|
| // For info about the troubles we've run into with this parameter, see:
|
|
|