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

Unified Diff: common/proto/logdog/svcconfig/config.proto

Issue 1967273002: LogDog: Implement RegisterPrefix RPC. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-coordinator-endpoint
Patch Set: Updated from comments. Created 4 years, 7 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: common/proto/logdog/svcconfig/config.proto
diff --git a/common/proto/logdog/svcconfig/config.proto b/common/proto/logdog/svcconfig/config.proto
index 16ea4c7517f9adfa42618bde64e2702fed9c796b..2270dc2a0de75455bddb1b537009bf5191c0a931 100644
--- a/common/proto/logdog/svcconfig/config.proto
+++ b/common/proto/logdog/svcconfig/config.proto
@@ -41,8 +41,9 @@ message Coordinator {
// After the expiration period has passed, new log stream registration will
// fail.
//
- // Project or stream configurations may override this by providing >= 0 values
- // for prefix expiration. The smallest configured expiration will be applied.
+ // Project configurations or stream prefix regitrations may override this by
+ // providing >= 0 values for prefix expiration. The smallest configured
+ // expiration will be applied.
google.protobuf.Duration prefix_expiration = 21;
// The full path of the archival Pub/Sub topic.

Powered by Google App Engine
This is Rietveld 408576698