summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-02-17 15:00:12 +0300
committerValery Piashchynski <[email protected]>2022-02-17 15:00:12 +0300
commit82d37e5a6682f76673aa910af433bf1640aa42f2 (patch)
treedecc1d83ff85076cc295af80058144e298948ca3 /.rr.yaml
parent0ccd78a0875af5c665b6e2edd72fc80077519c94 (diff)
update config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 0a7c80dc..5c6c7b62 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -609,6 +609,11 @@ http:
# Default: false
debug: false
+ # Override server's command
+ #
+ # Default: empty
+ command: "php my-super-app.php"
+
# How many worker processes will be started. Zero (or nothing) means the number of logical CPUs.
#
# Default: 0
@@ -1013,6 +1018,7 @@ jobs:
# worker pool configuration
pool:
+ command: ""
num_workers: 10
max_jobs: 0
allocate_timeout: 60s
@@ -1415,6 +1421,7 @@ tcp:
read_buf_size: 1
pool:
+ command: ""
num_workers: 5
max_jobs: 0
allocate_timeout: 60s