Increase diff response limit
This commit is contained in:
parent
8f1d37b071
commit
90b41c67a5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue