Advertisement
tommyosheawebdesign

Increase WP All in One Migration file size to 16gb

Sep 22nd, 2020
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. In the constants file…
  2. /wp-content/plugins/all-in-one-wp-migration/constants.php
  3.  
  4. Find this…
  5.  
  6. // =================
  7. // = Max File Size =
  8. // =================
  9. define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 );
  10.  
  11. and replace with this…
  12.  
  13. // =================
  14. // = Max File Size =
  15. // =================
  16. define( 'AI1WM_MAX_FILE_SIZE', 2 << 28 *1.2);
  17.  
  18. And you will have 16GB upload limit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement