mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user