Increase default upload space for sites on a network from 10M to 100M. props andrea_r. fixes #18831.

git-svn-id: https://develop.svn.wordpress.org/trunk@20170 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-03-10 22:07:17 +00:00
parent 9890600190
commit 0459805741
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ We hope you enjoy your new site. Thanks!
'admin_user_id' => $site_user->ID,
'registration' => 'none',
'upload_filetypes' => 'jpg jpeg png gif mp3 mov avi wmv midi mid pdf',
'blog_upload_space' => 10,
'blog_upload_space' => 100,
'fileupload_maxk' => 1500,
'site_admins' => $site_admins,
'allowedthemes' => $allowed_themes,