Set pagination to 20

This commit is contained in:
Flavio Copes
2017-05-31 19:37:44 +02:00
parent 2798aa1e8c
commit 1b39ccf05d
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ define('LOGIN_REDIRECT_COOKIE', 'grav-login-redirect');
class Admin
{
const MEDIA_PAGINATION_INTERVAL = 10;
const MEDIA_PAGINATION_INTERVAL = 20;
/**
* @var Grav