Skip to content

Commit 81ed7af

Browse files
Update robusta/src/config.rs
Co-authored-by: Toralf Wittner <[email protected]>
1 parent db1a193 commit 81ed7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robusta/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub struct Config {
2424
pub(crate) delays: [u8; NUM_DELAYS.get()],
2525

2626
/// Submitter should connect only with https?
27+
#[builder(default = true)]
2728
pub(crate) https_only: bool,
2829
}
2930

0 commit comments

Comments
 (0)