1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fixed default value for reading speed

This commit is contained in:
Nicolas Lœuillet 2019-09-19 14:23:06 +02:00
parent c7fce40b44
commit af7b22a3be
No known key found for this signature in database
GPG key ID: 3A8718BE51C3BA8E
5 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
->defaultValue(50)
->end()
->integerNode('reading_speed')
->defaultValue(1)
->defaultValue(200)
->end()
->scalarNode('version')
->end()