Update ImportCities command, bump memory limit

This commit is contained in:
Daniel Supernault 2019-08-17 23:00:06 -06:00
parent dfd958994f
commit 91e58591be
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -65,6 +65,7 @@ class ImportCities extends Command
public function __construct() public function __construct()
{ {
parent::__construct(); parent::__construct();
ini_set('memory_limit', '256M');
} }
/** /**