From 094df8e80203f12342369c7fe2cc7698a5b94b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Sat, 25 Apr 2026 15:56:57 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D1=80=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0=20=D0=BF=D0=BE=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B0=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/News_section/General_section.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/News_section/General_section.vue b/src/components/News_section/General_section.vue index 28b134f..bc5fecf 100644 --- a/src/components/News_section/General_section.vue +++ b/src/components/News_section/General_section.vue @@ -26,6 +26,9 @@ > + + + @@ -72,8 +75,8 @@ const props = defineProps({ }); // Константы -const LIMIT = 50; -const POLL_INTERVAL = 15000; // 15 секунд +const LIMIT = 30; +const POLL_INTERVAL = 60 * 60000; // 15 секунд // Состояния const isDarkMode = ref(document.documentElement.classList.contains("dark"));