X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fuseractivitystream.php;h=cc0e4297e6626c2c5ed8c7d65bbdcbf4707dac20;hb=0a4eeb89dab241779147c8c02a8f5f0f83533309;hp=1760ca2333a187e19bed95d4be7f22fcf49e75ec;hpb=6620ad793ab63dcbdd56a9fec3487edf7499edf5;p=quix0rs-gnu-social.git diff --git a/lib/useractivitystream.php b/lib/useractivitystream.php index 1760ca2333..cc0e4297e6 100644 --- a/lib/useractivitystream.php +++ b/lib/useractivitystream.php @@ -108,6 +108,8 @@ class UserActivityStream extends AtomUserNoticeFeed $end = time() + 1; foreach ($this->objs as $obj) { + set_time_limit(10); + try { $act = $obj->asActivity(); } catch (Exception $e) { @@ -217,7 +219,6 @@ class UserActivityStream extends AtomUserNoticeFeed } } catch (Exception $e) { common_log(LOG_ERR, $e->getMessage()); - continue; } } }