ProxySessionManager constructor
ProxySessionManager({})
Creates a new ProxySessionManager
Implementation
ProxySessionManager({
this.maxSessionsPerProxy = 5,
this.maxSessionAgeSeconds = 3600, // 1 hour
this.maxSessionIdleSeconds = 600, // 10 minutes
Random? random,
this.logger,
}) : _random = random ?? Random();