diff options
author | Mario <mario@mariovavti.com> | 2021-01-24 19:55:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-24 19:55:29 +0000 |
commit | 2035828042e50f2c23f55d80b19fb898b170e6e5 (patch) | |
tree | 77d9b9e54248fd297ed98acac8f17a04faf76045 /Zotlabs/Daemon | |
parent | 4fbedb67508fd670493bf3be4f6a91160c4f1024 (diff) | |
download | volse-hubzilla-2035828042e50f2c23f55d80b19fb898b170e6e5.tar.gz volse-hubzilla-2035828042e50f2c23f55d80b19fb898b170e6e5.tar.bz2 volse-hubzilla-2035828042e50f2c23f55d80b19fb898b170e6e5.zip |
revert externals/zotfeed functionality due to scaling issues. Save zotfeed consumers that are not our contacts in thread listeners
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Cron.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php index 2c0422ddd..4732dfa75 100644 --- a/Zotlabs/Daemon/Cron.php +++ b/Zotlabs/Daemon/Cron.php @@ -215,9 +215,10 @@ class Cron { // pull in some public posts - $disable_discover_tab = get_config('system', 'disable_discover_tab') || get_config('system', 'disable_discover_tab') === false; +/* $disable_discover_tab = get_config('system', 'disable_discover_tab') || get_config('system', 'disable_discover_tab') === false; if (!$disable_discover_tab) Master::Summon(array('Externals')); +*/ $restart = false; |