summaryrefslogtreecommitdiffstats
path: root/sync/protocol/client_commands.proto
diff options
context:
space:
mode:
Diffstat (limited to 'sync/protocol/client_commands.proto')
-rw-r--r--sync/protocol/client_commands.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/protocol/client_commands.proto b/sync/protocol/client_commands.proto
index c3c18ef..e36914a 100644
--- a/sync/protocol/client_commands.proto
+++ b/sync/protocol/client_commands.proto
@@ -31,4 +31,7 @@ message ClientCommand {
// Maximum number of local nudges to buffer per-type.
optional int32 client_invalidation_hint_buffer_size = 6;
+
+ // Time to wait before issuing a retry GU.
+ optional int32 gu_retry_delay_seconds = 7;
};