From c3fa113769dce4bd97ee4e3b193409d97b569534 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Fri, 26 Feb 2021 18:09:01 +0300 Subject: examples: improve examples --- example/create-tasks.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'example/create-tasks.php') diff --git a/example/create-tasks.php b/example/create-tasks.php index 35968a9..9afc886 100644 --- a/example/create-tasks.php +++ b/example/create-tasks.php @@ -1,10 +1,15 @@ real_connect('10.211.55.6', 'jobd', 'password', 'jobd')) die('Failed to connect.'); -$target = 'server1'; +$target = 'server3'; $slots = ['low', 'normal', 'high']; for ($i = 0; $i < 100; $i++) { -- cgit v1.2.3