Skip to content

Commit

Permalink
Merge pull request #72 from opencloud-eu/sse-rename
Browse files Browse the repository at this point in the history
Rebrand sse
  • Loading branch information
butonic authored Jan 17, 2025
2 parents dfc5d6a + db619ca commit 8b4e8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/sse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Log services like the `userlog`, `clientlog` and `sse` are responsible for compo

## Subscribing

Clients can subscribe to the `/sse` endpoint to be informed by the server when an event happens. The `sse` endpoint will respect language changes of the user without needing to reconnect. Note that SSE has a limitation of six open connections per browser which can be reached if one has opened various tabs of the Web UI pointing to the same Infinite Scale instance.
Clients can subscribe to the `/sse` endpoint to be informed by the server when an event happens. The `sse` endpoint will respect language changes of the user without needing to reconnect. Note that SSE has a limitation of six open connections per browser which can be reached if one has opened various tabs of the Web UI pointing to the same OpenCloud instance.

## Keep SSE Connections Alive

Expand Down
2 changes: 1 addition & 1 deletion services/sse/pkg/command/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func GetCommands(cfg *config.Config) cli.Commands {
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "sse",
Usage: "Serve ownCloud sse for oCIS",
Usage: "Serve sse for OpenCloud",
Commands: GetCommands(cfg),
})

Expand Down

0 comments on commit 8b4e8f1

Please sign in to comment.