aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants_lifecycle_interval_day.go
blob: e2465ad5f8554eb45cf265886e054bbc7fb8751b (plain)
1
2
3
4
5
6
7
8
//go:build !s3tests
// +build !s3tests

package util

import "time"

const LifeCycleInterval = 24 * time.Hour