Skip to content

Commit 908a3c9

Browse files
committed
Fixed bug #528
Fixed an incorrect JSON config snipped in README which shows the sink option `period` which in fact is named `batchPeriod`. Fixed #528.
1 parent cd0a993 commit 908a3c9

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
@@ -602,7 +602,7 @@ Keys and values are not case-sensitive. This is an example of configuring the si
602602
"schemaName": "EventLogging",
603603
"autoCreateSqlTable": true,
604604
"batchPostingLimit": 1000,
605-
"period": "0.00:00:30"
605+
"batchPeriod": "0.00:00:30"
606606
},
607607
"restrictedToMinimumLevel": "Warning",
608608
"columnOptionsSection": { . . . }

0 commit comments

Comments
 (0)