Skip to content

Commit

Permalink
Fix type of Opt::query_budget
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Feb 16, 2022
1 parent 9a6f3d1 commit 6e52b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub struct Opt {
env = "QUERY_BUDGET",
default_value = "0.0005"
)]
pub query_budget: GRT,
pub query_budget: USD,
#[structopt(long = "--port", env = "PORT", default_value = "6700")]
pub port: u16,
#[structopt(long = "--metrics-port", env = "METRICS_PORT", default_value = "7300")]
Expand Down

0 comments on commit 6e52b6a

Please sign in to comment.