perf: share single TLS CA bundle across all subscriber connections
each subscriber was loading its own copy of system CA certificates via
Bundle.rescan() per connection. with ~2700 hosts, that's ~2700 copies
of the same cert data in memory. load once in slurper.start(), pass
to all subscribers via config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>