Skip to content

Commit a60a2f0

Browse files
committed
Reword batching var desc in README
1 parent 73428c0 commit a60a2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Regardless of how you add the Lambda Layer to your Lambda Function, you will als
148148
| FIRETAIL_API_TOKEN | None | Your API token for the Firetail Logging API. If left unset, no logs will be sent to the Firetail Logging API |
149149
| FIRETAIL_API_URL | `https://api.logging.eu-west-1.prod.firetail.app/logs/bulk` | The URL of the Firetail Logging API |
150150
| FIRETAIL_EXTENSION_DEBUG | `false` | Enables debug logging from the extension if set to a value parsed as `true` by [strconv.ParseBool](https://pkg.go.dev/strconv#ParseBool) |
151-
| FIRETAIL_LOG_BUFFER_SIZE | `1000` | The maximum amount of logs the extension will hold in its buffer before being batched and sent to Firetail |
151+
| FIRETAIL_LOG_BUFFER_SIZE | `1000` | The maximum amount of logs the extension will hold in its buffer from which logs are batched and sent to Firetail |
152152
| FIRETAIL_MAX_BATCH_SIZE | `100` | The maximum size of a batch of logs to be sent to the Firetail logging API in one request |
153153

154154

0 commit comments

Comments
 (0)