Skip to content

Commit

Permalink
合理性调整
Browse files Browse the repository at this point in the history
  • Loading branch information
yf committed Nov 26, 2018
1 parent a54f893 commit aefcd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pool/AbstractPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function gcObject(int $idleTime)
}
}

public function intervalCheck()
protected function intervalCheck()
{
$this->gcObject($this->idleGCTime);
}
Expand Down

0 comments on commit aefcd82

Please sign in to comment.