Skip to content

Commit

Permalink
Revert "fix(tee-prover): increase retries to reduce spurious alerts (#…
Browse files Browse the repository at this point in the history
…2776)"

This reverts commit 4fdc806.
  • Loading branch information
slowli committed Sep 3, 2024
1 parent eb06267 commit 5b185af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/dal/src/tee_verifier_input_producer_dal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub struct TeeVerifierInputProducerDal<'a, 'c> {
}

/// The amount of attempts to process a job before giving up.
pub const JOB_MAX_ATTEMPT: i16 = 5;
pub const JOB_MAX_ATTEMPT: i16 = 2;

/// Time to wait for job to be processed
const JOB_PROCESSING_TIMEOUT: PgInterval = pg_interval_from_duration(Duration::from_secs(10 * 60));
Expand Down

0 comments on commit 5b185af

Please sign in to comment.