Skip to content

Commit f1f91ab

Browse files
authored
Merge pull request #532 from ckadluba/528-fix-batchperiod-doc
Fixed bug #528
2 parents cd0a993 + 908a3c9 commit f1f91ab

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)