Files
seaweedFS/weed/util/constants_lifecycle_interval_day.go
Chris Lu e4b70c2521 go fix
2026-02-20 18:42:00 -08:00

8 lines
91 B
Go

//go:build !s3tests
package util
import "time"
const LifeCycleInterval = 24 * time.Hour