Fix pageserver readme formatting

I put the diagram in a fixed-width block, since it wasn't rendering correctly on github.
This commit is contained in:
bojanserafimov
2022-04-02 00:36:54 +03:00
committed by Kirill Bulatov
parent f5da652388
commit af712798e7
+2 -2
View File
@@ -13,7 +13,7 @@ keeps track of WAL records which are not synced to S3 yet.
The Page Server consists of multiple threads that operate on a shared
repository of page versions:
```
| WAL
V
+--------------+
@@ -46,7 +46,7 @@ Legend:
---> Data flow
<---
```
Page Service
------------