Files
warmbly/internal/app/worker/wmail/config.go
T

8 lines
77 B
Go

package wmail
import "time"
const (
ImapCheckInterval = 1 * time.Minute
)