Skip to content

Commit

Permalink
chore: set tight ttl on relayer config (#1325)
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris authored Dec 11, 2024
1 parent 858c78e commit 86c454d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/_exclusivity/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ export async function setCachedRelayerFillLimit(
entry.inputToken,
entry.outputToken
),
entry
entry,
120
)
)
);
Expand Down

0 comments on commit 86c454d

Please sign in to comment.