diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-28 21:03:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-28 21:03:58 -0700 |
commit | 9dd40d7313c2c65fa3507001eb11a2a5d9b35b47 (patch) | |
tree | 3856f0e0c1ca2997ae141b9682ea96572f64de07 /proposals | |
parent | 96eb0d32363deaa085bc133db1b6fda25cff2b55 (diff) | |
download | dat-deps-9dd40d7313c2c65fa3507001eb11a2a5d9b35b47.tar.gz dat-deps-9dd40d7313c2c65fa3507001eb11a2a5d9b35b47.zip |
typodep-multiwriter
Diffstat (limited to 'proposals')
-rw-r--r-- | proposals/0008-multiwriter.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/0008-multiwriter.md b/proposals/0008-multiwriter.md index 8047ca4..6949fc6 100644 --- a/proposals/0008-multiwriter.md +++ b/proposals/0008-multiwriter.md @@ -148,7 +148,7 @@ At the time of this DEP there is no mechanism for revoking authorization. There is some overhead associated with each "writer" added to the feed, impacting the number of files on disk, memory use, and the computational cost -of some lookup oprations. The design should easily accomodate dozens of +of some lookup oprations. The design should easily accommodate dozens of writers, and should scale to 1,000 writers without too much additional overhead. Note that a large number of writers also implies a larger number and rate of append operations, and additional network connections, which may cause |