diff options
author | pastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 08:16:16 +0000 |
---|---|---|
committer | pastarmovj@google.com <pastarmovj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 08:16:16 +0000 |
commit | 583d9cb101f254e990f6c6515bb6023b275013a6 (patch) | |
tree | b51a485851e448ad9a1f0d888a8f3add488560b8 /third_party/leveldatabase | |
parent | debab20c880fd7bce41e5da5ec1dbab7cbca6b07 (diff) | |
download | chromium_src-583d9cb101f254e990f6c6515bb6023b275013a6.zip chromium_src-583d9cb101f254e990f6c6515bb6023b275013a6.tar.gz chromium_src-583d9cb101f254e990f6c6515bb6023b275013a6.tar.bz2 |
Revert 206627 "Roll leveldb to r74" - Caused check licenses step to fail.
> 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
TBR=dgrogan@chromium.org
BUG=250524
Review URL: https://codereview.chromium.org/17224003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/leveldatabase')
-rw-r--r-- | third_party/leveldatabase/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/leveldatabase/README.chromium b/third_party/leveldatabase/README.chromium index c901611..eea0e36 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: r74 +Version: r73 License: New BSD License File: src/LICENSE Security Critical: yes |