Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Fix a typo in analysis file
Browse files Browse the repository at this point in the history
  • Loading branch information
manudhundi committed May 22, 2015
1 parent 94ec215 commit 26d26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance/analysis.md
Expand Up @@ -83,7 +83,7 @@ We can characterize the behavior with external clients by considering it in 2 di


##Further Improvements
### Variable flow control buffer size ******
### Variable flow control buffer size
Set flow control buffer size as a percentage of the bucket memory size. Flow control is used to avoid a slow DCP consumer being overrun by a fast DCP producer. DCP producer stops sending the data when the flow control buffer is full on the consumer side. Currently the flow control buffer is set to a constant value of 10MB irrespective of the bucket size. In future, we plan to make it a percentage of bucket memory.

### Connection Prioritization
Expand Down

0 comments on commit 26d26a9

Please sign in to comment.