Skip to content

Commit cd9f750

Browse files
committed
Fix README
1 parent 0a77946 commit cd9f750

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Synopsis
7979
Methods
8080
=======
8181

82-
This logger module is designed to be shared inside an nginx worker process by all the requests. So currently only one remote log server is supported. We may support multiple log server sharding in the future.
82+
This logger module is designed to be shared inside an Nginx worker process by all the requests. So currently only one remote log server is supported. We may support multiple log server sharding in the future.
8383

8484
[Back to TOC](#table-of-contents)
8585

@@ -127,6 +127,10 @@ Available user configurations are listed as follows:
127127

128128
Keepalive pool size used by sock:keepalive. Default to 10.
129129

130+
* `max_buffer_reuse`
131+
132+
Max number of reuse times of internal logging buffer before creating a new one (to prevent memory leak).
133+
130134
* `periodic_flush`
131135

132136
Periodic flush interval (in seconds). Set to `nil` to turn off this feature.

0 commit comments

Comments
 (0)