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];