X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDependencyInjection%2FConfiguration.php;h=7ae73371c246a69e227e7e26e067f63ca9be83d2;hb=af7b22a3be35fff69b877ff68f9a12b1b73b421e;hp=a9791f6be2e3f08f558a3261c584f7b7f315c2fd;hpb=c7fce40b448a730b8722bfe39b21aa91fb58201a;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index a9791f6b..7ae73371 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(1) + ->defaultValue(200) ->end() ->scalarNode('version') ->end()