relay
relay copied to clipboard
Cleanup defaults in config
Relay still uses:
#[serde(default = "spool_envelopes_max_disk_size")]
in its config. This can be implemented like newer structs with just a serde default on the struct itself. Should remove a bunch of weird free floating functions.