diff options
-rwxr-xr-x | bin/refresh-fb-cache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/refresh-fb-cache.php b/bin/refresh-fb-cache.php index 8c384a6..4b702ef 100755 --- a/bin/refresh-fb-cache.php +++ b/bin/refresh-fb-cache.php @@ -25,10 +25,10 @@ foreach ($cacheFiles as $file) { } } -$filesToFetch = ['Piwoteka', $fileToFetch]; +$filesToFetch = ['Piwoteka', 'fermentlodz', '103731068463865', $fileToFetch]; foreach ($filesToFetch as $feed) { - sleep(rand(35, 70)); + sleep(rand(60, 90)); $provider = new \Providers\Facebook($feed, ['force' => TRUE]); if (!$provider->get()) { throw new \Exception(sprintf('Feed %s failed to fetch!', $feed)); |