Update ImportCities command, bump memory limit

pull/1617/head
Daniel Supernault 6 years ago
parent dfd958994f
commit 91e58591be
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save