chore: reduce refresh timer to 5s
This commit is contained in:
parent
a8fa3e7286
commit
76dcf080c0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<div id="public_id" data-content="<%= @instance.public_id %>"></div>
|
||||
<div hx-get="" hx-trigger="every 15s" hx-swap="outerHTML" hx-select="#container" hx-target="#container">
|
||||
<div hx-get="" hx-trigger="every 5s" hx-swap="outerHTML" hx-select="#container" hx-target="#container">
|
||||
<header>
|
||||
<div class="title">
|
||||
<%= link_to root_path do %><img src="/icon.png" width="50" alt="eureka.coffee logo" /><% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue