File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Make sure that the `fluentbit` user can connect to the `fluentbit` database on t
62
62
| ` min_pool_size ` | Minimum number of connection in async mode | 1 |
63
63
| ` max_pool_size ` | Maximum amount of connections in async mode | 4 |
64
64
| ` cockroachdb ` | Set to ` true ` if you will connect the plugin with a CockroachDB | false |
65
+ | ` workers ` | The number of [ workers] ( ../../administration/multithreading.md#outputs ) to perform flush operations for this output. | ` 0 ` |
65
66
66
67
### Libpq
67
68
@@ -129,4 +130,3 @@ Here follows a list of useful resources from the PostgreSQL documentation:
129
130
* [ libpq - Environment variables] ( https://www.postgresql.org/docs/current/libpq-envars.html )
130
131
* [ libpq - password file] ( https://www.postgresql.org/docs/current/libpq-pgpass.html )
131
132
* [ Trigger functions] ( https://www.postgresql.org/docs/current/plpgsql-trigger.html )
132
-
You can’t perform that action at this time.
0 commit comments