summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 21:00:32 +0000
committerghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 21:00:32 +0000
commitef8e02680e0c946bc0a67c992fa4536e3dbc7013 (patch)
treebabf1ffb6b37becb7e27d6db195bd82fc6165074 /DEPS
parent904c8722847a2fae15bf359d4c61107d397876ae (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 943b01c..bfaabc2 100644
--- a/DEPS
+++ b/DEPS
@@ -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",