danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Further increase to 7.5s the tls receive before the handshake is completed #426

Closed danielealbano closed 1 year ago

danielealbano commented 1 year ago

Further increase the TLS receive timeout before the handshake is completed to 7.5 seconds.

The redis-benchmark tool performs the connections sequentially and kicks off the handshake only at the very end of the process, with 100ms of connection latency will take up to 5 seconds for 50 connections therefore the new value is set to 7.5 to take into account a reasonable margin for slow connections.