X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDependencyInjection%2FConfiguration.php;h=d1bb9820beb3a4a498ca3a7b0b383a35e63e0683;hb=1bee9e0760c89756ebab0b67f9ab7efc5c6a709b;hp=5f3c889bdf57586a10ab271b9d59cc41cb89a8bd;hpb=bca5485946a72942c76dbb65c29e40818dca4976;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index 5f3c889b..d1bb9820 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php @@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface ->defaultValue(50) ->end() ->integerNode('reading_speed') - ->defaultValue(200) + ->defaultValue(1) ->end() ->scalarNode('version') ->end()