Disable sql logging

This commit is contained in:
Sam Becker 2024-04-26 20:19:01 -05:00
parent 7bcb424fb6
commit f8c2198aa5

View File

@ -2,9 +2,10 @@ import { parseAiAutoGeneratedFieldsText } from '@/photo/ai';
import type { StorageType } from '@/services/storage';
import { makeUrlAbsolute, shortenUrl } from '@/utility/url';
// Hard-coded configuration
// HARD-CODED GLOBAL CONFIGURATION
export const SHOULD_PREFETCH_ALL_LINKS: boolean | undefined = undefined;
export const SHOULD_DEBUG_SQL = true;
export const SHOULD_DEBUG_SQL = false;
// META / DOMAINS