create-rindle 0.7.9 → 0.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# backed up; scales 1→N in place); `followers > 1` maps to `read-scaled`. `localRetention = true`
|
|
17
17
|
# maps to `colocated` (one box, both processes, no streaming backup).
|
|
18
18
|
#
|
|
19
|
-
# Every follower count renders a local fleet edge
|
|
19
|
+
# Every follower count renders a local fleet edge;
|
|
20
20
|
# FOLLOWER-AFFINITY-DESIGN.md §10). `rindle dev` injects the server's unified connection from this
|
|
21
21
|
# file; browser query leases carry the public ws endpoint + placement ticket. Changing
|
|
22
22
|
# `followers = 1` to a wider fleet therefore requires no application configuration change.
|