trim size of market data seeder
This commit is contained in:
@@ -18,7 +18,6 @@ class MarketDataSeeder extends Seeder
|
|||||||
$chunkSize = 500;
|
$chunkSize = 500;
|
||||||
|
|
||||||
// Path to the CSV file
|
// Path to the CSV file
|
||||||
// $csvFilePath = storage_path('app/market_data_seed.csv');
|
|
||||||
$csvFilePath = realpath(__DIR__.'/market_data_seed.csv');
|
$csvFilePath = realpath(__DIR__.'/market_data_seed.csv');
|
||||||
|
|
||||||
// Open the file in read mode
|
// Open the file in read mode
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user