mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
8 lines
73 B
Go
8 lines
73 B
Go
package worker
|
|
|
|
import "time"
|
|
|
|
const (
|
|
HeartbeatTTL = 2 * time.Minute
|
|
)
|