Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/nginx/manifests/params.pp

Issue 29323409: Issue 2867 - Introduce module hgweb and corresponding server role (Closed)
Patch Set: Issue 2867 - Now the complete patch-set again Created Aug. 17, 2015, 6:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/nginx/manifests/params.pp
diff --git a/modules/nginx/manifests/params.pp b/modules/nginx/manifests/params.pp
index 9025d2301ce55fe6a2f22201b11bb32ec0a70746..0ef7d7b858a714293b6cb48310300c621c37017f 100644
--- a/modules/nginx/manifests/params.pp
+++ b/modules/nginx/manifests/params.pp
@@ -1,5 +1,5 @@
class nginx::params {
- $worker_processes = $::processorcount
+ $worker_processes = 2
$worker_connections = 1024
$multi_accept = off
$worker_rlimit_nofile = 30000

Powered by Google App Engine
This is Rietveld