File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,60 +270,59 @@ NOTE: Atlassian only supports Oracle 11g/12g, even so this value should be as do
270270
271271Set the schema
272272
273- The Default value is 'public'
274-
275- ##### ` $poolsize `
276-
277- The connection pool size to the database, defaults to 20
273+ The default value is 'public' for PostgreSQL, and undef for others
278274
279275##### ` $dburl `
280276
281277This parameter is not required nor do we recommend setting it. However it can be
282278used to customize the database connection string.
283279
284- ##### ` $pool_min_size `
280+ ##### ` $pool_max_size `
285281
286- defaults to 20
282+ Setting most of the advanced JDBC parameters is not required unless you want to tune JIRA
283+ settings.
287284
288- ##### ` $pool_max_size `
285+ defaults to undef
286+
287+ ##### ` $pool_min_size `
289288
290- defaults to 20
289+ defaults to undef
291290
292291##### ` $pool_max_wait `
293292
294- defaults to 30000
293+ defaults to undef
295294
296295##### ` $validation_query `
297296
298297defaults to undef
299298
300299##### ` $min_evictable_idle_time `
301300
302- defaults to 60000
301+ defaults to undef
303302
304303##### ` $time_between_eviction_runs `
305304
306305defaults to undef
307306
308307##### ` $pool_max_idle `
309308
310- defaults to 20
309+ defaults to undef
311310
312311##### ` $pool_remove_abandoned `
313312
314- defaults to true
313+ defaults to undef
315314
316315##### ` $pool_remove_abandoned_timeout `
317316
318- defaults to 300
317+ defaults to undef
319318
320319##### ` $pool_test_while_idle `
321320
322- defaults to true
321+ defaults to undef
323322
324323##### ` $pool_test_on_borrow `
325324
326- defaults to false
325+ defaults to undef
327326
328327#### MySQL Java Connector parameters
329328
You can’t perform that action at this time.
0 commit comments