summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-16 03:16:27 +0000
committerdgrogan@chromium.org <dgrogan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-16 03:16:27 +0000
commit415aba8c7634ecc823eefa97272c04b31a10d481 (patch)
tree4607687c2e7180bf05489083f0a11da4ac01e532 /third_party
parentc4931604027ff2af211c31351c414a83c7a867a3 (diff)
downloadchromium_src-415aba8c7634ecc823eefa97272c04b31a10d481.zip
chromium_src-415aba8c7634ecc823eefa97272c04b31a10d481.tar.gz
chromium_src-415aba8c7634ecc823eefa97272c04b31a10d481.tar.bz2
Roll leveldb to r74
The only change relevant to chromium is an increased wait time between compaction attempts when there is an error. The previous version waited 1 second between attempts. The new version waits up to 8 seconds between attempts. BUG=244932 Review URL: https://chromiumcodereview.appspot.com/16883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/leveldatabase/README.chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium
index eea0e36..c901611 100644
--- a/third_party/leveldatabase/README.chromium
+++ b/third_party/leveldatabase/README.chromium
@@ -1,7 +1,7 @@
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
-Version: r73
+Version: r74
License: New BSD
License File: src/LICENSE
Security Critical: yes