From f118ce42c6a9ae7d0ee3b48e394baf5a1b804596 Mon Sep 17 00:00:00 2001 From: Shane Fontaine <9441295+shanefontaine@users.noreply.github.com> Date: Sat, 18 May 2024 08:46:15 -0700 Subject: [PATCH] eb: cachebust --- packages/v2-explorer-backend/src/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/v2-explorer-backend/src/config/config.ts b/packages/v2-explorer-backend/src/config/config.ts index 1056b98575..e0a431185b 100644 --- a/packages/v2-explorer-backend/src/config/config.ts +++ b/packages/v2-explorer-backend/src/config/config.ts @@ -46,4 +46,4 @@ export const postgresConfig = { maxConnections: process.env.POSTGRES_MAX_CONNECTIONS ? parseInt(process.env.POSTGRES_MAX_CONNECTIONS, 10) : 10 } -const cacheBuster = 21 \ No newline at end of file +const cacheBuster = 22 \ No newline at end of file