Skip to content

Commit

Permalink
remove gn
Browse files Browse the repository at this point in the history
  • Loading branch information
yux0 committed Apr 4, 2024
1 parent c6d79f6 commit 5770c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal/api/cloud/namespace/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ message NamespaceSpec {
string name = 1;
// The ids of the regions where the namespace should be available.
// Specifying more than one region is a multi-region namespace.
// Please reach out to Temporal support for more information on global namespaces.
// When provisioned the global namespace will be active on the first region in the list and passive on the rest.
// Please reach out to Temporal support for more information on multi-region namespaces.
// When provisioned the multi-region namespace will be active on the first region in the list and passive on the rest.
// Number of supported regions is 2.
repeated string regions = 2;
// The number of days the workflows data will be retained for.
Expand Down

0 comments on commit 5770c4b

Please sign in to comment.