diff options
author | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 21:00:32 +0000 |
---|---|---|
committer | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-04 21:00:32 +0000 |
commit | ef8e02680e0c946bc0a67c992fa4536e3dbc7013 (patch) | |
tree | babf1ffb6b37becb7e27d6db195bd82fc6165074 /DEPS | |
parent | 904c8722847a2fae15bf359d4c61107d397876ae (diff) | |
download | chromium_src-ef8e02680e0c946bc0a67c992fa4536e3dbc7013.zip chromium_src-ef8e02680e0c946bc0a67c992fa4536e3dbc7013.tar.gz chromium_src-ef8e02680e0c946bc0a67c992fa4536e3dbc7013.tar.bz2 |
This change adds exponential backoff to a type of message that the client sends, helping to protect the invalidation servers against overload in certain failure scenarios.
Review URL: http://codereview.chromium.org/8956066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ deps = { "src/third_party/cacheinvalidation/files/src/google": (Var("googlecode_url") % "google-cache-invalidation-api") + - "/trunk/src/google@143", + "/trunk/src/google@151", "src/third_party/leveldatabase/src": (Var("googlecode_url") % "leveldb") + "/trunk@55", |