feat(vikon): add parts config for partial updates

This commit is contained in:
F4ilji
2026-07-05 02:42:51 +05:00
parent 4764d4e2d9
commit 514123a19f
+9
View File
@@ -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),
];