Set 5 minute duration to accommodate multiple uploads
This commit is contained in:
parent
31396b83cc
commit
3c36cdbec3
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user