package config import "time" // todo: make this configurable const ExpiresIn = 5 * time.Minute const ProxyCheckerTimeout = 10 * time.Second