Forráskód Böngészése

Increase diff response limit

Vishnu Mohandas 4 éve
szülő
commit
90b41c67a5
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/pages/gallery/index.tsx

+ 1 - 1
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);
         };