Skip to content

Commit c0a447e

Browse files
authored
Merge pull request #13 from amenzhinsky/fix-variable-name
Fix wrong variable name
2 parents 99e163a + 5effed9 commit c0a447e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
EVENTS: LogMessage,ValueMetric,Error,ContainerMetric
1010
SKIP_SSL_VALIDATION: false
1111
NOZZLE_POLLING_PERIOD: 15s
12-
LOG_EVENTS_BATCHSIZE: 200
12+
LOG_EVENTS_BATCH_SIZE: 200
1313
SUMO_POST_MINIMUM_DELAY: 200ms
1414
SUMO_CATEGORY: ExampleCategory
1515
SUMO_NAME: ExampleName

0 commit comments

Comments
 (0)