mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 10:41:55 +02:00
@@ -64,7 +64,7 @@ class PDOCollector extends DataCollector implements Renderable, AssetProvider
|
|||||||
*/
|
*/
|
||||||
public function setSlowThreshold($threshold)
|
public function setSlowThreshold($threshold)
|
||||||
{
|
{
|
||||||
$this->slowThreshold = $threshold;
|
$this->slowThreshold = $threshold / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user