Fixed README typo.
This commit is contained in:
parent
5b6ccba1f3
commit
77a1be57f8
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ strategy.capacity(read_fraction=0.75) # 1333
|
||||||
|
|
||||||
Nodes might also process reads and writes at different speeds. We can specify
|
Nodes might also process reads and writes at different speeds. We can specify
|
||||||
the peak read and write throughput of every node separately. Here, we assume
|
the peak read and write throughput of every node separately. Here, we assume
|
||||||
reads are ten times as fast as reads.
|
reads are ten times as fast as writes.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
a = Node('a', write_capacity=1000, read_capacity=10000)
|
a = Node('a', write_capacity=1000, read_capacity=10000)
|
||||||
|
|
Loading…
Reference in a new issue