Default Quota Hardcoded

Hey, i am using nextcloud now for a few days and noticed that the “default quota’s” are
hardcoded into php ??
In : /settings/Controller/UsersControler.php
Line 222 :wink:
Just to let you know its a bad idea to have that hardcoded :wink:

Regards Mike

I think it is always a good idea to use defaults values if a parameter is not explicitly set. If you’re not satisfied with a default value, you should try to overwrite it using the occ command :wink:

./occ config:app:set ...

I already did that :wink:

1 Like