6 (used during test) -> 60 again.
pull/63/head
Noud de Brouwer 2012-12-18 03:54:31 +00:00
parent 8864ee78f7
commit b5205163fd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class LogsController extends AppController {
}
$this->Log->recursive = 0;
$this->paginate = array(
'limit' => 6,
'limit' => 60,
'maxLimit' => 9999, // LATER we will bump here on a problem once we have more than 9999 logs(?)
'conditions' => $conditions
);