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

Unified Diff: chrome/browser/sync/protocol/sync.proto

Issue 7605021: Make the throttle delay configurable by the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 4 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
Index: chrome/browser/sync/protocol/sync.proto
diff --git a/chrome/browser/sync/protocol/sync.proto b/chrome/browser/sync/protocol/sync.proto
index 80cef9ff0373c7abb47a38afa4c6a333457155f1..8dcf9ffd1d656f8a6b99f7e52ce30c29a1617708 100644
--- a/chrome/browser/sync/protocol/sync.proto
+++ b/chrome/browser/sync/protocol/sync.proto
@@ -581,6 +581,7 @@ message ClientCommand {
optional int32 set_sync_long_poll_interval = 2; // in seconds
optional int32 max_commit_batch_size = 3;
+ optional int32 throttle_delay = 4; // in seconds
akalin 2011/08/10 01:24:36 You probably want to re-sync and use a different n
akalin 2011/08/10 01:24:36 rename to throttle_delay_seconds
lipalani1 2011/08/10 19:04:05 Done.
lipalani1 2011/08/10 19:04:05 Done.
};
message ClientToServerResponse {

Powered by Google App Engine
This is Rietveld 408576698