@nprofile1q... I deleted the Task "UpdateServerPeers" that was not done since long time, and the worker succeeded.
This is about finding connected node, i guess?
Perhaps these are very large files, such as a video or something similar, that are being accessed... In my case, my first guess is that something was subscribed to via RSS feed by a user, since this blog - as far as I can see - does not use Activity Pub...
In local.config.php there is the setting:
<?phpreturn [
'config' => [
//'max_import_size' => 0, //UNLIMITED; DANGER!
//'max_import_size' => 400000000,
'max_import_size' => 5 * 1048576,
],
];
I am not sure about the reasonable import size to set there?
This is about finding connected node, i guess?
Perhaps these are very large files, such as a video or something similar, that are being accessed... In my case, my first guess is that something was subscribed to via RSS feed by a user, since this blog - as far as I can see - does not use Activity Pub...
In local.config.php there is the setting:
<?phpreturn [
'config' => [
//'max_import_size' => 0, //UNLIMITED; DANGER!
//'max_import_size' => 400000000,
'max_import_size' => 5 * 1048576,
],
];
I am not sure about the reasonable import size to set there?