Deploy on 2026-06-05 17:13:07
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user