Опрос тикетов по умолчанию каждые 3 с; пустой конфиг не отключает опрос

This commit is contained in:
root
2026-05-14 13:25:56 +00:00
parent b62c1bb7f3
commit 11e111d222
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
data-support-api-base="<?php p($_['supportApiBase']); ?>"
data-support-ws-base="<?php p($_['supportWsBase'] ?? ''); ?>"
data-client-read-receipts="<?php p($_['clientReadReceipts'] ?? '0'); ?>"
data-tickets-poll-ms="<?php p((string) ($_['ticketsPollMs'] ?? 3000)); ?>">
data-tickets-poll-ms="<?php p((string) ($_['ticketsPollMs'] ?? '3000')); ?>">
</div>