Commit Graph

4 Commits

Author SHA1 Message Date
Matthew Zipkin
b08662060d init: account for maximum file descriptors needed by HTTP 2026-08-17 15:58:41 -04:00
Matthew Zipkin
cc2acebefb http: configure simultaneous connection limit with -rpcmaxconnections 2026-08-17 08:07:46 -04:00
Ryan Ofsky
3765b428d1 logging: More fully remove libevent log category
Libevent log category was partially removed in 39e9099da5, and this
commit extends that with the following changes:

- Stops showing libevent in the list of supported log categories in
  `bitcoind -help` and `bitcoin-cli help logging` output.

- Stops returning `"libevent": false` in `logging` RPC output.

It's not good to treat libevent as a supported log category when it
can't be enabled and trying to enable it results in warnings.

There's also no need to define an unused LIBEVENT constant value and
keep more complicated logic for dealing with deprecated log categories,
so this change also simplifies code internally.

Co-authored-by: David Gumberg <davidzgumberg@gmail.com>
Co-authored-by: l0rinc <pap.lorinc@gmail.com>
2026-06-23 22:10:34 -04:00
Matthew Zipkin
61020b36c5 doc: add release note for #35182 replace libevent HTTP server 2026-06-22 05:47:01 -04:00