Livestatus\Connection: temporarily hardcode count

This commit is contained in:
Thomas Gelf 2014-11-16 15:20:12 +01:00
parent 7b73215868
commit 1b8449009c
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ class Connection
public function count(Query $query)
{
return 100;
$count = clone($query);
$count->count();
Benchmark::measure('Sending Livestatus Count Query');