Livestatus\Connection: temporarily hardcode count
This commit is contained in:
parent
7b73215868
commit
1b8449009c
|
@ -103,6 +103,7 @@ class Connection
|
|||
|
||||
public function count(Query $query)
|
||||
{
|
||||
return 100;
|
||||
$count = clone($query);
|
||||
$count->count();
|
||||
Benchmark::measure('Sending Livestatus Count Query');
|
||||
|
|
Loading…
Reference in New Issue