diff options
author | Wolfy-J <[email protected]> | 2018-06-10 21:17:54 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-10 21:17:54 +0300 |
commit | 7cc6d00a1c350eb3147ede00802d312d4be94dee (patch) | |
tree | ac1391c831d4366b477e61b57e095a1dfeafbbb7 /cmd/rr/.rr.yaml | |
parent | e9203e05a7f3278a8080d0f69e6640e5d3d1042d (diff) |
debug is not service anymore
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index cb84af54..29888f69 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: 1 + numWorkers: 16 # maximum jobs per worker, 0 - unlimited. maxJobs: 0 @@ -53,12 +53,4 @@ static: dir: "c:/GoProj/phpapp/webroot" # list of extensions for forbid for serving. - forbid: [".php", ".htaccess"] - -# rr debugging -debug: - # enable debug output - enable: true - - # show individual worker events - verbose: true
\ No newline at end of file + forbid: [".php", ".htaccess"]
\ No newline at end of file |