Files
seaweedfs/weed/util/constants_lifecycle_interval_day.go
T
2025-11-04 00:43:30 +05:00

9 lines
110 B
Go

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