Skip to content

Commit

Permalink
Merge branch 'hackathon/with-tailcall-config' of https://github.com/t…
Browse files Browse the repository at this point in the history
…ailcallhq/graphql-conf-2024-hackathon into hackathon/with-tailcall-config
  • Loading branch information
laststylebender14 committed Sep 10, 2024
2 parents 40b08db + 3671640 commit d95baac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock-api/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async fn main() {
.with(tracing_subscriber::fmt::layer())
.init();

let delay = env_default("MOCK_SERVER_DELAY", 50);
let delay = env_default("MOCK_SERVER_DELAY", 5);
let delay = Duration::from_millis(delay);

let burst_size = env_default("MOCK_SERVER_BURST_SIZE", 1000);
Expand Down

0 comments on commit d95baac

Please sign in to comment.