aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/container.go')
-rw-r--r--hst/container.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/hst/container.go b/hst/container.go
index 75643913..f9cc95ed 100644
--- a/hst/container.go
+++ b/hst/container.go
@@ -20,11 +20,6 @@ const (
WaitDelayDefault = 5 * time.Second
// WaitDelayMax is used if WaitDelay exceeds its value.
WaitDelayMax = 30 * time.Second
-
- // IdentityMin is the minimum value of [Config.Identity]. This is enforced by cmd/hsu.
- IdentityMin = 0
- // IdentityMax is the maximum value of [Config.Identity]. This is enforced by cmd/hsu.
- IdentityMax = 9999
)
const (