pixelfed/app/Console
Dan Church c685e3e9f4
Fix global memory limit set in constructor
Instead, set it when running.

Having the set in the constructor was causing memory_limit to be changed
for "artisan queue:work" processes.
2021-09-27 15:09:00 -05:00
..
Commands Fix global memory limit set in constructor 2021-09-27 15:09:00 -05:00
Kernel.php