diff --git a/svc.go b/svc.go index 5261825..bd7ef82 100644 --- a/svc.go +++ b/svc.go @@ -16,7 +16,7 @@ const ( MaxTTL = 72 * 3600 // 72hr MaxNamespaceLength = 256 MaxPeerAddressLength = 2048 - MaxRegistrations = 100 + MaxRegistrations = 1000 MaxDiscoverLimit = 1000 )