xdepthmaker: adjust default update interval

This commit is contained in:
c9s 2024-03-06 13:12:57 +08:00
parent 31676cce8e
commit 1fb7262aae
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -269,7 +269,7 @@ func (s *Strategy) Validate() error {
func (s *Strategy) Defaults() error {
if s.UpdateInterval == 0 {
s.UpdateInterval = types.Duration(time.Second)
s.UpdateInterval = types.Duration(5 * time.Second)
}
if s.FullReplenishInterval == 0 {