From 2b75958f3e259d17f927011474dc1f2d293485be Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 19 Jan 2025 12:42:57 -0600 Subject: [PATCH] Remove debug timeout from /admin/photos --- src/app/admin/photos/page.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/admin/photos/page.tsx b/src/app/admin/photos/page.tsx index 280a8e4b..d8ef3d11 100644 --- a/src/app/admin/photos/page.tsx +++ b/src/app/admin/photos/page.tsx @@ -6,7 +6,6 @@ import AdminPhotosClient from '@/admin/AdminPhotosClient'; import { revalidatePath } from 'next/cache'; import { cookies } from 'next/headers'; import { TIMEZONE_COOKIE_NAME } from '@/utility/timezone'; -import sleep from '@/utility/sleep'; export const maxDuration = 60; @@ -16,8 +15,6 @@ const INFINITE_SCROLL_INITIAL_ADMIN_PHOTOS = 25; const INFINITE_SCROLL_MULTIPLE_ADMIN_PHOTOS = 50; export default async function AdminPhotosPage() { - await sleep(3000); - const timezone = (await cookies()).get(TIMEZONE_COOKIE_NAME)?.value; const [