1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

update demo size in api

This commit is contained in:
Robin Appelman 2018-10-06 18:30:15 +02:00
commit d8598de9cc

View file

@ -93,8 +93,8 @@ class UploadProvider extends BaseProvider {
return 'Demos needs to be at least 1KB is size';
}
if ($size > 100 * 1024 * 1024) {
return 'Demos cant be more than 100MB in size';
if ($size > 150 * 1024 * 1024) {
return 'Demos cant be more than 150MB in size';
}
if ($header->getDuration() > (60 * 60)) {