diff options
author | adev <adev2000@gmail.com> | 2017-11-12 12:15:02 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-05-28 11:42:27 +0200 |
commit | 1048c9c4a811821b00cc04bfec905bebcc22bac4 (patch) | |
tree | e1897ef094ecda927f3fcf7ffce33a0d7772f4a9 /app/config | |
parent | 5f08426201c336f96d593954fb45b284d7e60f4a (diff) | |
download | wallabag-1048c9c4a811821b00cc04bfec905bebcc22bac4.tar.gz wallabag-1048c9c4a811821b00cc04bfec905bebcc22bac4.tar.zst wallabag-1048c9c4a811821b00cc04bfec905bebcc22bac4.zip |
Configure timeout
Diffstat (limited to 'app/config')
-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' |