Explorar el Código

Increase diff response limit

Vishnu Mohandas hace 4 años
padre
commit
90b41c67a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         };