]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
Fixed default value for reading speed
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DependencyInjection / Configuration.php
index a9791f6be2e3f08f558a3261c584f7b7f315c2fd..7ae73371c246a69e227e7e26e067f63ca9be83d2 100644 (file)
@@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
                     ->defaultValue(50)
                 ->end()
                 ->integerNode('reading_speed')
-                    ->defaultValue(1)
+                    ->defaultValue(200)
                 ->end()
                 ->scalarNode('version')
                 ->end()