From e66d19aeea4405d37e7cf1d1514359df7f4244f8 Mon Sep 17 00:00:00 2001 From: Miguel Alho Date: Wed, 15 Nov 2017 12:00:55 +0000 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef9383e..c969e8e 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,4 @@ var log = new LoggerConfiguration() This will write unsent messages to a `buffer-{Date}.json` file in the specified folder (`C:\test\` in the example). -The method also takes a `reretainedFileCountLimit` parameter that will allow you to control how much info to store / ship when back online. By default, the value is `null` with the intent is to send all persisted data, no matter how old. If you specify a value, only the data in the last N buffer files will be shipped back, preventing stale data to be indexed (if that info is no longer usefull). \ No newline at end of file +The method also takes a `retainedFileCountLimit` parameter that will allow you to control how much info to store / ship when back online. By default, the value is `null` with the intent is to send all persisted data, no matter how old. If you specify a value, only the data in the last N buffer files will be shipped back, preventing stale data to be indexed (if that info is no longer usefull).