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