Browse Source

Update ImportCities command, bump memory limit

Daniel Supernault 6 năm trước cách đây
mục cha
commit
91e58591be
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Console/Commands/ImportCities.php

+ 1 - 0
app/Console/Commands/ImportCities.php

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