From 514123a19fdaef988b7987f02c0b4386da293d26 Mon Sep 17 00:00:00 2001 From: F4ilji Date: Sun, 5 Jul 2026 02:42:51 +0500 Subject: [PATCH] feat(vikon): add parts config for partial updates --- config/vikon.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/vikon.php b/config/vikon.php index f3b0d61..28d7a5f 100644 --- a/config/vikon.php +++ b/config/vikon.php @@ -49,4 +49,13 @@ return [ ], ], + 'parts' => [ + 1 => ['common', 'struct', 'document', 'education', 'managers', 'employees', 'objects', 'paid_edu', 'budget', 'vacant', 'grants', 'inter', 'catering', 'eduStandarts', 'corruption', 'antiterrorism'], + 2 => ['abitur'], + 6 => ['general', 'structure', 'faq', 'procedures', 'results-and-reports', 'plans', 'survey'], + ], + + 'poll_interval' => (int) env('VIKON_POLL_INTERVAL', 3), + 'poll_max_attempts' => (int) env('VIKON_POLL_MAX_ATTEMPTS', 50), + ];