diff options
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index bf4c699b..9ee75856 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -33,7 +33,7 @@ http: # worker pool configuration. pool: # number of workers to be serving. - numWorkers: 16 + numWorkers: 1 # maximum jobs per worker, 0 - unlimited. maxJobs: 0 @@ -53,4 +53,12 @@ static: dir: "c:/GoProj/phpapp/webroot" # list of extensions for forbid for serving. - forbid: [".php", ".htaccess"]
\ No newline at end of file + forbid: [".php", ".htaccess"] + +# rr debugging +debug: + # enable debug output + enable: true + + # show individual worker events + verbose: true
\ No newline at end of file |