From b113ef10a3f87039cbbf7fc3289e3f0b1d215a0e Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 11 Oct 2023 11:02:34 +0800 Subject: [PATCH] use server id on filter --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 705cb6bc..2e5dcebd 100644 --- a/Notify.php +++ b/Notify.php @@ -232,7 +232,7 @@ class Pman_Core_Notify extends Pman $w->limit($opts['limit']); // we can run 1000 ... } - + $w->server_id = $this->server->id; -- 2.39.2