From 61ceac1e5643200a75e5fb6287473c6e2316b060 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 5 Mar 2021 02:49:32 +0300 Subject: drop slots, leave only targets. change config format. --- jobd.conf.example | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'jobd.conf.example') 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 -- cgit v1.2.3