Files
kumomta/crates/kumo-server-runtime
Wez Furlong 5a53af04a5 logging: async-channel -> flume
The flume bounded queue doesn't eagerly allocate its full capacity
and otherwise runs fast enough for our logging that we don't notice
the difference.  This reduces the "static" footprint of kumomta
in the (hopefully) common case where logging is keeping up with
the system throughput and is not approaching the limit of the
default logging backlog.

Remove unused reference to async-channel from kumo-server-runtime.
2024-12-10 15:42:46 -07:00
..
2024-12-10 15:42:46 -07:00