Skip to content

Commit be1964d

Browse files
Default passenger_high_performance to be on per issue 113
1 parent ccb91ea commit be1964d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/master.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
$puppetdb_version = 'present',
9696
$always_cache_features = false,
9797
$passenger_max_pool_size = $::processorcount,
98-
$passenger_high_performance = true,
98+
$passenger_high_performance = on,
9999
$passenger_max_requests = 10000,
100100
$passenger_stat_throttle_rate = 30,
101101
$serialization_format = undef,

0 commit comments

Comments
 (0)