Compare commits

..

No commits in common. "981f95c40d3bb2a8bdbbfc60909f6802374936af" and "c8538f5d032458825a97f2885f3fb1e33d67de7c" have entirely different histories.

View file

@ -64,7 +64,7 @@ const fetchMaxSize = async () => {
return 500;
} else {
// Free user
return 10;
return 25;
}
};