diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 309945c5..bbcc682f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -375,6 +375,9 @@ httplug: | |||
375 | clients: | 375 | clients: |
376 | wallabag_core: | 376 | wallabag_core: |
377 | factory: 'wallabag_core.http_client_factory' | 377 | factory: 'wallabag_core.http_client_factory' |
378 | config: | ||
379 | defaults: | ||
380 | timeout: 10 | ||
378 | plugins: ['httplug.plugin.logger'] | 381 | plugins: ['httplug.plugin.logger'] |
379 | wallabag_core.entry.download_images: | 382 | wallabag_core.entry.download_images: |
380 | factory: 'httplug.factory.auto' | 383 | factory: 'httplug.factory.auto' |