Skip to content

Commit

Permalink
increase PERMITTED_EARLINESS_SECONDS
Browse files Browse the repository at this point in the history
  • Loading branch information
otobot1 committed Aug 1, 2024
1 parent 00c6d95 commit 4658938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { logGeneratedSignature } from "./logGeneratedSignature";


const PERMITTED_STALENESS_SECONDS = 60;
const PERMITTED_EARLINESS_SECONDS = 15;
const PERMITTED_EARLINESS_SECONDS = 120;



Expand Down

0 comments on commit 4658938

Please sign in to comment.