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: Joris Bayer <joris.bayer@sentry.io>
  • Loading branch information
iambriccardo and jjbayer authored Nov 26, 2024
1 parent 3b2490d commit e8ee1cf
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 @@ -2154,7 +2154,7 @@ impl Config {
/// Returns the path of the buffer file if the `cache.persistent_envelope_buffer.path` is configured.
///
/// In case a partition with id > 0 is supplied, the filename of the envelopes path will be
/// suffixed with `.partition_id`.
/// suffixed with `.{partition_id}`.
pub fn spool_envelopes_path(&self, partition_id: u8) -> Option<PathBuf> {
let mut path = self
.values
Expand Down

0 comments on commit e8ee1cf

Please sign in to comment.