mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 22:44:45 +08:00
9 lines
110 B
Go
9 lines
110 B
Go
|
|
//go:build s3tests
|
||
|
|
// +build s3tests
|
||
|
|
|
||
|
|
package util
|
||
|
|
|
||
|
|
import "time"
|
||
|
|
|
||
|
|
const LifeCycleInterval = 10 * time.Second
|