]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
Fix default value and add baggy implementation
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DependencyInjection / Configuration.php
index 5f3c889bdf57586a10ab271b9d59cc41cb89a8bd..d1bb9820beb3a4a498ca3a7b0b383a35e63e0683 100644 (file)
@@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
                     ->defaultValue(50)
                 ->end()
                 ->integerNode('reading_speed')
-                    ->defaultValue(200)
+                    ->defaultValue(1)
                 ->end()
                 ->scalarNode('version')
                 ->end()