Skip to content

Commit

Permalink
Update relay-config/src/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Zivota <[email protected]>
  • Loading branch information
iambriccardo and loewenheim authored Nov 29, 2024
1 parent b9fa85c commit b5facf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ pub struct EnvelopeSpool {
pub path: Option<PathBuf>,
/// The maximum size of the buffer to keep, in bytes.
///
/// When the buffer, set to use SQLite, reaches this disk capacity, new envelopes will be dropped.
/// When the on-disk buffer reaches this size, new envelopes will be dropped.
///
/// Defaults to 500MB.
#[serde(default = "spool_envelopes_max_disk_size")]
Expand Down

0 comments on commit b5facf5

Please sign in to comment.