aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-13 09:42:18 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-13 09:42:18 +0200
commita417b869237763ee115982d6367a82aa6174d74e (patch)
treea9f06adbb39609e98e15ace717db843bd718f2cb /app/config/services.yml
parent245e2e2caed9445155de6c368ffcacf722b774b3 (diff)
parent18078ded1278af4d8352a0b71efbc48369a0da72 (diff)
downloadwallabag-a417b869237763ee115982d6367a82aa6174d74e.tar.gz
wallabag-a417b869237763ee115982d6367a82aa6174d74e.tar.zst
wallabag-a417b869237763ee115982d6367a82aa6174d74e.zip
Merge pull request #1918 from wallabag/improve-pagination
Improve pagination when user has lot of entries
Diffstat (limited to 'app/config/services.yml')
-rw-r--r--app/config/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/services.yml b/app/config/services.yml
index e0683ffc..480408d9 100644
--- a/app/config/services.yml
+++ b/app/config/services.yml
@@ -6,7 +6,7 @@ services:
6 filesystem_cache: 6 filesystem_cache:
7 class: Doctrine\Common\Cache\FilesystemCache 7 class: Doctrine\Common\Cache\FilesystemCache
8 arguments: 8 arguments:
9 - %kernel.cache_dir%/doctrine/metadata 9 - "%kernel.cache_dir%/doctrine/metadata"
10 10
11 twig.extension.text: 11 twig.extension.text:
12 class: Twig_Extensions_Extension_Text 12 class: Twig_Extensions_Extension_Text