trim size of market data seeder

This commit is contained in:
hackerESQ
2025-01-27 20:54:23 -06:00
parent 92586d7466
commit 3e4f055a4a
2 changed files with 1 additions and 35002 deletions
-1
View File
@@ -18,7 +18,6 @@ class MarketDataSeeder extends Seeder
$chunkSize = 500;
// Path to the CSV file
// $csvFilePath = storage_path('app/market_data_seed.csv');
$csvFilePath = realpath(__DIR__.'/market_data_seed.csv');
// Open the file in read mode