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