Set 5 minute duration to accommodate multiple uploads

This commit is contained in:
Sam Becker 2024-05-27 00:37:08 -05:00
parent 31396b83cc
commit 3c36cdbec3

View File

@ -4,6 +4,8 @@ import SiteGrid from '@/components/SiteGrid';
import AdminAddAllUploads from '@/admin/AdminAddAllUploads';
import { getUniqueTagsCached } from '@/photo/cache';
export const maxDuration = 300;
export default async function AdminUploadsPage() {
const storageUrls = await getStorageUploadUrlsNoStore();
const uniqueTags = await getUniqueTagsCached();