less pooltime
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 36s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m32s

This commit is contained in:
matst80
2025-12-01 09:38:29 +01:00
parent f0c487b5e1
commit e419cde351

View File

@@ -146,7 +146,7 @@ func main() {
SpawnHost: func(host string) (actor.Host, error) { SpawnHost: func(host string) (actor.Host, error) {
return proxy.NewRemoteHost(host) return proxy.NewRemoteHost(host)
}, },
TTL: 15 * time.Minute, TTL: 5 * time.Minute,
PoolSize: 2 * 65535, PoolSize: 2 * 65535,
Hostname: podIp, Hostname: podIp,
} }