Skip to content

Commit

Permalink
Default response latency for blackhole http requests 0 -> 30ms
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 4, 2024
1 parent 7740f86 commit 9c6e803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading/src/blackhole/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn default_body_variant() -> BodyVariant {
}

fn default_response_delay_millis() -> u64 {
0
30
}

fn default_status_code() -> u16 {
Expand Down

0 comments on commit 9c6e803

Please sign in to comment.