Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/md/explanation/architecture/client_server.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Client/Server replicated

<img src="./architecture.sub3.svg" />
<img src="./architecture.sub2.svg" />

_For medium-sized, real-time, synchronized and/or editable data sets with many
concurrent users._
Expand Down
2 changes: 1 addition & 1 deletion docs/md/explanation/architecture/server_only.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Server-only

<img src="./architecture.sub2.svg" />
<img src="./architecture.sub3.svg" />

_For extremely large datasets with a small number of concurrent users._

Expand Down
Loading