| Index: sync/protocol/client_commands.proto
|
| diff --git a/sync/protocol/client_commands.proto b/sync/protocol/client_commands.proto
|
| index c3c18ef76c01879390196a0a7a1bf7431cf1ab18..e36914a3aa42fdc07c8072a1cfa51e800ed7e144 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;
|
| };
|
|
|