From d0f7262b1b132f990d7cdc9c88eda927515723ad Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 10 Apr 2022 18:54:48 -0500 Subject: Cache usernames and ranks in leaderboards in db --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 34f941b..cc0b369 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { register } from './metrics.js' const app = express() -export const debug = false +export const debug = true const mainSiteUrl = 'https://skyblock.matdoes.dev' -- cgit