Skip to content

Commit

Permalink
[AlfaBankByBridge] set cache timeout to 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
lassana committed Dec 19, 2021
1 parent ad80f8c commit 0d61b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/AlfaBankByBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class AlfaBankByBridge extends BridgeAbstract {
const NAME = 'AlfaBank.by Новости';
const URI = 'https://www.alfabank.by';
const DESCRIPTION = 'Уведомления Alfa-Now — новости от Альфа-Банка';
const CACHE_TIMEOUT = 0;
const CACHE_TIMEOUT = 3600; // 1 hour
const PARAMETERS = array(
'News' => array(
'business' => array(
Expand Down

0 comments on commit 0d61b97

Please sign in to comment.