mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 19:06:23 +03:00
[FacebookBridge] Increase cache timeout (#2149)
Facebook aggressively throttles queries now
This commit is contained in:
parent
75cc52a62c
commit
9c99a1a9c1
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue