Files
ppf/rocksock.py
Username 0c3c7278f5
Some checks failed
CI / syntax-check (push) Failing after 1s
CI / memory-leak-check (push) Successful in 17s
rocksock: cache SSL contexts to avoid repeated CA store loads
set_default_verify_paths was called per connection (2k+/cycle),
spending ~24s reloading the CA store from disk. Cache two shared
contexts (verify/noverify) at module level instead.
2026-02-17 21:28:36 +01:00

18 KiB