mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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:
parent
d8fd9af63a
commit
e396334b20
@ -1,2 +1,2 @@
|
||||
title: $:/config/multiwikiclient/use-server-sent-events
|
||||
text: yes
|
||||
text: no
|
||||
|
@ -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%>
|
||||
|
Loading…
Reference in New Issue
Block a user