Skip to content

Commit 0c72bd6

Browse files
authored
Update README.md
1 parent da80b12 commit 0c72bd6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,11 @@ DynaRust uses eventual consistency via state synchronization:
310310
+------------------------------------+
311311
312312
│ periodic
313-
│ snapshot & WAL
313+
│ snapshot
314314
315315
+-----------------------+
316316
| Disk Persistence |
317-
| (cold_save, WAL) |
317+
| (cold_save) |
318318
| 💾 |
319319
+-----------------------+
320320
@@ -332,7 +332,7 @@ Legend:
332332
• In‐Memory Store: local hashmaps of VersionedValue {value,version,timestamp,owner}.
333333
• Replication Module: fan‑out writes to peers using `X-Internal-Request`.
334334
• Other Nodes: receive internal requests, update memstore (no auth, no events).
335-
• Disk Persistence: periodic snapshots + WAL for durability.
335+
• Disk Persistence: periodic snapshots
336336
• Cluster Membership: heartbeat sync via broadcaster tasks for node discovery.
337337
• SSE Subscriptions: real‐time `EventSource` streams on `/subscribe/{key}`.
338338

0 commit comments

Comments
 (0)