Skip to content

Commit

Permalink
update chat every 4 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Jan 27, 2024
1 parent b59c202 commit 78b2577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion furfolio/templates/furfolio/chat/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<div
hx-get="{% url "chat_messages_component" chat.pk %}"
hx-trigger="load, every 2s"
hx-trigger="load, every 4s"
>
<div class="m-2 htmx-indicator">
{% include "furfolio/components/spinner.html" %}
Expand Down

0 comments on commit 78b2577

Please sign in to comment.