Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FacebookBridge] Increase cache timeout (#2149)
Facebook aggressively throttles queries now
  • Loading branch information
triatic committed Jun 12, 2021
1 parent 75cc52a commit 9c99a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/FacebookBridge.php
Expand Up @@ -4,7 +4,7 @@ class FacebookBridge extends BridgeAbstract {
const MAINTAINER = 'teromene, logmanoriginal';
const NAME = 'Facebook Bridge | Main Site';
const URI = 'https://www.facebook.com/';
const CACHE_TIMEOUT = 300; // 5min
const CACHE_TIMEOUT = 1800; // 30min
const DESCRIPTION = 'Input a page title or a profile log. For a profile log,
please insert the parameter as follow : myExamplePage/132621766841117';

Expand Down

0 comments on commit 9c99a1a

Please sign in to comment.