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:
parent
c7fce40b44
commit
af7b22a3be
5 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ class Configuration implements ConfigurationInterface
|
|||
->defaultValue(50)
|
||||
->end()
|
||||
->integerNode('reading_speed')
|
||||
->defaultValue(1)
|
||||
->defaultValue(200)
|
||||
->end()
|
||||
->scalarNode('version')
|
||||
->end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue