mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 04:06:18 +02:00
more limits.Agent elaboration (#271)
This commit is contained in:
@@ -8,6 +8,7 @@ type Config struct {
|
||||
Environments int
|
||||
Shares int
|
||||
Bandwidth *BandwidthConfig
|
||||
Cycle time.Duration
|
||||
Enforcing bool
|
||||
}
|
||||
|
||||
@@ -74,5 +75,7 @@ func DefaultConfig() *Config {
|
||||
},
|
||||
},
|
||||
},
|
||||
Enforcing: false,
|
||||
Cycle: 15 * time.Minute,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user