diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 0196f785a..2f0f747b0 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -41,7 +41,7 @@ export default function Gallery() { const main = async () => { setLoading(true); const encryptionKey = await getActualKey(); - const resp = await getFiles("0", token, "24", encryptionKey); + const resp = await getFiles("0", token, "100", encryptionKey); setLoading(false); setData(resp); };