Deploy on 2026-06-05 17:13:07

This commit is contained in:
Hamza-Ayed
2026-06-05 17:13:07 +03:00
parent 227fd7c412
commit d05e18b59d
3 changed files with 124 additions and 37 deletions

View File

@@ -89,6 +89,8 @@ class DatabaseSeeder
['key' => 'system_email', 'value' => 'info@scoutiq.intaleqapp.com', 'description' => 'Primary sender email address.'],
['key' => 'crawler_enabled', 'value' => 'true', 'description' => 'Global toggle for data collection crawlers.'],
['key' => 'crawler_interval_hours', 'value' => '24', 'description' => 'Delay between crawler runs.'],
['key' => 'crawler_max_new_per_feed', 'value' => '5', 'description' => 'Maximum new opportunities to process per feed in a single run.'],
['key' => 'crawler_max_new_total', 'value' => '100', 'description' => 'Maximum total new opportunities to process in a single collector run.'],
];
foreach ($settings as $setting) {