reduce free plan #22
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const fetchMaxSize = async () => {
|
||||||
return 500;
|
return 500;
|
||||||
} else {
|
} else {
|
||||||
// Free user
|
// Free user
|
||||||
return 25;
|
return 10;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue