Commit 7522200f authored by jan.koester's avatar jan.koester
Browse files

test

parent 084a6b8f
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
authdb (20260412+16) unstable; urgency=medium

  * Dedicated session_read_client_ for session reads to avoid mutex
    contention with push worker holding session_client_->mutex_
  * Pre-connect read clients on startup (warmup) to eliminate
    first-request QUIC handshake + auth latency (2-3s per node)
  * Propagate dead node info to all read clients in health monitor

 -- Jan Koester <jan.koester@tuxist.de>  Sat, 12 Apr 2026 23:00:00 +0200

authdb (20260412+15) unstable; urgency=medium

  * Dedicated read_client_ for domain reads to avoid mutex contention