1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Disable SSE by default

The current implementation is still broken, and actually more broken than it was before a37d50166f.

It seems that we should be exposing the SSE events to the syncer so that the resulting updates can be handled by the syncers existing task scheduler
This commit is contained in:
Jeremy Ruston 2024-05-28 13:15:34 +01:00
parent d8fd9af63a
commit e396334b20
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,2 @@
title: $:/config/multiwikiclient/use-server-sent-events
text: yes
text: no

View File

@ -2,4 +2,8 @@ title: $:/plugins/multiwikiclient/SideBarSegment
tags: $:/tags/SideBarSegment
list-before: $:/core/ui/SideBarSegments/page-controls
<%if [{$:/config/multiwikiclient/use-server-sent-events}match[yes]] %>
MWS Connection Status: {{$:/state/multiwikiclient/connection}}
<%endif%>