X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FDependencyInjection%2FConfiguration.php;h=d8141eea993ffbb277bf0954407ddeb2d774466e;hb=a494c33ef7e574e68ab5bb83d0bdbd67348af0ef;hp=bc405fdca095bd8cd430d46238f68774e723a4a9;hpb=63e40f2d7c4074aff0be587c828eb511a6b7c878;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index bc405fdc..d8141eea 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php @@ -29,10 +29,16 @@ class Configuration implements ConfigurationInterface ->integerNode('rss_limit') ->defaultValue(50) ->end() + ->integerNode('reading_speed') + ->defaultValue(1) + ->end() ->scalarNode('version') ->end() ->scalarNode('paypal_url') ->end() + ->integerNode('cache_lifetime') + ->defaultValue(10) + ->end() ->end() ;