aboutsummaryrefslogtreecommitdiff
path: root/jobd.conf.example
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-05 02:49:32 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-05 02:49:32 +0300
commit61ceac1e5643200a75e5fb6287473c6e2316b060 (patch)
tree004261de0fdcbf1550c7fca46f49547dfac953da /jobd.conf.example
parent82ae43f5de4eed19230b5a36969ee0cbe81d62ba (diff)
drop slots, leave only targets. change config format.
Diffstat (limited to 'jobd.conf.example')
-rw-r--r--jobd.conf.example16
1 files changed, 5 insertions, 11 deletions
diff --git a/jobd.conf.example b/jobd.conf.example
index 9fd39bf..dbb6203 100644
--- a/jobd.conf.example
+++ b/jobd.conf.example
@@ -25,14 +25,8 @@ mysql_fetch_limit = 10
launcher = php /Users/ch1p/jobd-launcher.php --id {id}
max_output_buffer = 16777216
-;
-; targets
-;
-
-[server1]
-low = 5
-normal = 5
-high = 5
-
-[global]
-normal = 3 \ No newline at end of file
+[targets]
+1/low = 2
+1/normal = 5
+1/high = 10
+global = 3