Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6353)

Unified Diff: chrome/common/extensions/docs/server2/queue.yaml

Issue 1038993002: Docserver: Fix API refresh task names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/queue.yaml
diff --git a/chrome/common/extensions/docs/server2/queue.yaml b/chrome/common/extensions/docs/server2/queue.yaml
index fc80220c4d4f4ffbc517381b37acad6867cb4a5e..3a95d696c1fd3b20aa878c7b0d2df8c66ac9a7da 100644
--- a/chrome/common/extensions/docs/server2/queue.yaml
+++ b/chrome/common/extensions/docs/server2/queue.yaml
@@ -1,5 +1,5 @@
queue:
- name: default
- rate: 7/s
- bucket_size: 7
- max_concurrent_requests: 7
+ rate: 4/s
+ bucket_size: 4
+ max_concurrent_requests: 4
« no previous file with comments | « chrome/common/extensions/docs/server2/cron.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698