efrain2007

Results 4 comments of efrain2007

@billy1624 It would be great if you had these changes since we have these problems very often

@benjamingb How did you solve it with actix web?

opt.max_connections(20) // Incrementa si tienes muchas solicitudes concurrentes .min_connections(2) // Mantén al menos 2 conexiones disponibles .connect_timeout(Duration::from_secs(10)) // Reduce el tiempo de espera de conexión a 10 segundos .idle_timeout(Duration::from_secs(300)) //...