mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ImportCities command, bump memory limit
This commit is contained in:
parent
dfd958994f
commit
91e58591be
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ class ImportCities extends Command
|
|||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
ini_set('memory_limit', '256M');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue