mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
8 lines
91 B
Go
8 lines
91 B
Go
//go:build !s3tests
|
|
|
|
package util
|
|
|
|
import "time"
|
|
|
|
const LifeCycleInterval = 24 * time.Hour
|