faster poll

This commit is contained in:
0xa0
2026-07-22 16:35:17 +02:00
parent 33f3fafb88
commit 6e6052483c
4 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<section class="status-widget">
<h2>status</h2>
<div id="status" hx-get="/status.php" hx-trigger="every 10s" hx-ext="morph" hx-swap="morph:innerHTML">
<div id="status" hx-get="/status.php" hx-trigger="every 3s" hx-ext="morph" hx-swap="morph:innerHTML">
<?php include __DIR__ . '/status.php'; ?>
</div>
</section>