Skip to content

Commit

Permalink
Merge pull request #98 from wtetsu/fix_document_maxbuffersize
Browse files Browse the repository at this point in the history
Fix default maxBufferSize in README.md
  • Loading branch information
komamitsu committed Jun 16, 2018
2 parents cccd497 + 6439f9f commit 80529c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
// - Flush interval is 600ms (by default)
// - Initial chunk buffer size is 1MB (by default)
// - Threshold chunk buffer size to flush is 4MB (by default)
// - Max total buffer size is 16MB (by default)
// - Max total buffer size is 512MB (by default)
// - Use off heap memory for buffer pool (by default)
// - Max retry of sending events is 8 (by default)
// - Max wait until all buffers are flushed is 10 seconds (by default)
Expand Down

0 comments on commit 80529c8

Please sign in to comment.