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