Deploy on 2026-06-05 17:24:21
This commit is contained in:
@@ -91,6 +91,7 @@ class DatabaseSeeder
|
||||
['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.'],
|
||||
['key' => 'telegram_min_score', 'value' => '75', 'description' => 'Minimum opportunity score to trigger Telegram notifications.'],
|
||||
];
|
||||
|
||||
foreach ($settings as $setting) {
|
||||
|
||||
Reference in New Issue
Block a user