Reduce cache time and Remove chown

This commit is contained in:
Whispering Wind
2025-08-24 21:10:19 +03:30
committed by GitHub
parent f86d44ba1c
commit e58b3dc000
4 changed files with 2 additions and 6 deletions

View File

@ -15,7 +15,7 @@ import (
const (
listenAddr = "127.0.0.1:28262"
usersFile = "/etc/hysteria/users.json"
cacheTTL = 15 * time.Second
cacheTTL = 5 * time.Second
)
type User struct {