reduce limit

This commit is contained in:
nobody 2020-09-01 01:51:50 -07:00
parent f814dfbee0
commit c71556dd09

View file

@ -216,7 +216,7 @@ function poco_load($xchan = '', $url = null) {
function ap_poco_load($xchan) {
$max = get_config('system','max_imported_follow',1000);
$max = get_config('system','max_imported_follow',200);
if($xchan) {
$cl = get_xconfig($xchan,'activitypub','collections');