modify plugin name

This commit is contained in:
2022-03-01 18:47:45 +08:00
parent d589e096af
commit 650aaee974
+2 -2
View File
@@ -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;