Skip to content

Commit 6815b16

Browse files
authored
Merge pull request #7779 from argyle-engineering/stackdriver-default1
out_stackdriver: change default workers to 1
2 parents 176982b + d161722 commit 6815b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_stackdriver/stackdriver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ struct flb_output_plugin out_stackdriver_plugin = {
28562856
.cb_init = cb_stackdriver_init,
28572857
.cb_flush = cb_stackdriver_flush,
28582858
.cb_exit = cb_stackdriver_exit,
2859-
.workers = 2,
2859+
.workers = 1,
28602860
.config_map = config_map,
28612861

28622862
/* Test */

0 commit comments

Comments
 (0)