From 86c454d3b56cd58bf9b94dc34b624021c339ef9e Mon Sep 17 00:00:00 2001 From: "James Morris, MS" <96435344+james-a-morris@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:40:54 -0500 Subject: [PATCH] chore: set tight ttl on relayer config (#1325) Signed-off-by: james-a-morris --- api/_exclusivity/cache.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/_exclusivity/cache.ts b/api/_exclusivity/cache.ts index 2f8f03680..d9431c4e1 100644 --- a/api/_exclusivity/cache.ts +++ b/api/_exclusivity/cache.ts @@ -86,7 +86,8 @@ export async function setCachedRelayerFillLimit( entry.inputToken, entry.outputToken ), - entry + entry, + 120 ) ) );