From 650aaee974fa812102885bade1ea927340f2231f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 1 Mar 2022 18:47:45 +0800 Subject: [PATCH] modify plugin name --- ClientAbstracts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientAbstracts.php b/ClientAbstracts.php index 45b47ac..431e131 100644 --- a/ClientAbstracts.php +++ b/ClientAbstracts.php @@ -53,9 +53,9 @@ abstract class ClientAbstracts implements IClient private int $statusCode = 200; - protected int $retryNum = 3; + protected int $retryNum = 0; - protected int $retryTimeout = 3; + protected int $retryTimeout = 0; private bool $VERIFYPEER = TRUE;