|
131 | 131 | # @param node_purge_gc_batch_limit
|
132 | 132 | # Nodes will be purged in batches of this size, one batch per gc-interval.
|
133 | 133 | #
|
134 |
| -# @param log_slow_statements |
135 |
| -# This sets the number of seconds before an SQL query is considered "slow." Slow |
136 |
| -# SQL queries are logged as warnings, to assist in debugging and tuning. Note |
137 |
| -# PuppetDB does not interrupt slow queries; it simply reports them after they |
138 |
| -# complete. |
139 |
| -# |
140 |
| -# The default value is `10` seconds. A value of 0 will disable logging of slow |
141 |
| -# queries. This option is supported in PuppetDB >= 1.1. |
142 |
| -# |
143 | 134 | # @param conn_max_age
|
144 | 135 | # The maximum time (in minutes) for a pooled connection to remain unused before
|
145 | 136 | # it is closed off.
|
146 | 137 | #
|
147 | 138 | # If not supplied, we default to `60` minutes. This option is supported in PuppetDB >= 1.1.
|
148 | 139 | #
|
149 |
| -# @param conn_keep_alive |
150 |
| -# This sets the time (in minutes) for a connection to remain idle before sending |
151 |
| -# a test query to the DB. This is useful to prevent a DB from timing out |
152 |
| -# connections on its end. |
153 |
| -# |
154 |
| -# If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.1. |
155 |
| -# |
156 | 140 | # @param conn_lifetime
|
157 | 141 | # The maximum time (in minutes) a pooled connection should remain open. Any
|
158 | 142 | # connections older than this setting will be closed off. Connections currently in
|
|
249 | 233 | # is set to `undef`, and `manage_database` is set to `true`, it will use the value of
|
250 | 234 | # the `database_name` parameter. This option is supported in PuppetDB >= 1.6.
|
251 | 235 | #
|
252 |
| -# @param read_log_slow_statements |
253 |
| -# This sets the number of seconds before an SQL query to the read database is |
254 |
| -# considered "slow." Slow SQL queries are logged as warnings, to assist in |
255 |
| -# debugging and tuning. Note PuppetDB does not interrupt slow queries; it simply |
256 |
| -# reports them after they complete. |
257 |
| -# |
258 |
| -# The default value is 10 seconds. A value of 0 will disable logging of slow |
259 |
| -# queries. This option is supported in PuppetDB >= 1.6. |
260 |
| -# |
261 | 236 | # @param read_conn_max_age
|
262 | 237 | # The maximum time (in minutes) for a pooled read database connection to remain
|
263 | 238 | # unused before it is closed off.
|
264 | 239 | #
|
265 | 240 | # If not supplied, we default to 60 minutes. This option is supported in PuppetDB >= 1.6.
|
266 | 241 | #
|
267 |
| -# @param read_conn_keep_alive |
268 |
| -# This sets the time (in minutes) for a read database connection to remain idle |
269 |
| -# before sending a test query to the DB. This is useful to prevent a DB from |
270 |
| -# timing out connections on its end. |
271 |
| -# |
272 |
| -# If not supplied, we default to 45 minutes. This option is supported in PuppetDB >= 1.6. |
273 |
| -# |
274 | 242 | # @param read_conn_lifetime
|
275 | 243 | # The maximum time (in minutes) a pooled read database connection should remain
|
276 | 244 | # open. Any connections older than this setting will be closed off. Connections
|
|
0 commit comments