Skip to content

Commit

Permalink
fixup! increase default authorization timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Dec 8, 2023
1 parent fe01746 commit 0a251a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/authorizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct RunLimits {
pub max_time_micro: Option<u64>,
}

const DEFAULT_TIMEOUT: Duration = Duration::from_millis(100);
const DEFAULT_TIMEOUT: Duration = Duration::from_millis(20);

impl RunLimits {
pub fn to_rust_limits(&self) -> biscuit::datalog::RunLimits {
Expand Down

0 comments on commit 0a251a4

Please sign in to comment.