From e8d4dcee3dbff94562d118def33139685d0e96b2 Mon Sep 17 00:00:00 2001 From: otobot1 <otobot1@gmail.com> Date: Thu, 1 Aug 2024 10:01:40 -0600 Subject: [PATCH] increase PERMITTED_EARLINESS_SECONDS --- .../authentication/authenticateUpdateWebhookRequest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/gamebananaMirror/authentication/authenticateUpdateWebhookRequest.ts b/src/server/gamebananaMirror/authentication/authenticateUpdateWebhookRequest.ts index 5af5b80b..cee056ae 100644 --- a/src/server/gamebananaMirror/authentication/authenticateUpdateWebhookRequest.ts +++ b/src/server/gamebananaMirror/authentication/authenticateUpdateWebhookRequest.ts @@ -7,7 +7,7 @@ import { logGeneratedSignature } from "./logGeneratedSignature"; const PERMITTED_STALENESS_SECONDS = 60; -const PERMITTED_EARLINESS_SECONDS = 15; +const PERMITTED_EARLINESS_SECONDS = 120;