From 9f51ff4659fd56b37c1a915874f7413a0bcd36c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 16 Aug 2023 14:29:39 +0800 Subject: [PATCH] qqq --- Connection.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Connection.php b/Connection.php index 486205a..245bc09 100644 --- a/Connection.php +++ b/Connection.php @@ -49,8 +49,6 @@ class Connection extends Component public int $connect_timeout = 30; - public int $read_timeout = 10; - public int $idle_time = 600; public array $pool = ['max' => 10, 'min' => 1];