Skip to content

Commit

Permalink
[TagesspiegelBridge] Raise timtout to 60min
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderS committed Oct 22, 2024
1 parent 9fe3bd1 commit d245ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/TagesspiegelBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class TagesspiegelBridge extends FeedExpander
const MAINTAINER = 'AlexanderS';
const NAME = 'Tagesspiegel Bridge';
const URI = 'https://www.tagesspiegel.de/';
const CACHE_TIMEOUT = 1800; // 30min
const CACHE_TIMEOUT = 3600; // 60min
const DESCRIPTION = 'Returns the full articles instead of only the intro';
const PARAMETERS = [[
'category' => [
Expand Down

0 comments on commit d245ef6

Please sign in to comment.