mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-23 10:11:28 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
//go:build s3tests
|
|
|
|
package util
|
|
|
|
import "time"
|
|
|
|
const LifeCycleInterval = 10 * time.Second
|