diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-09 18:17:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-09 18:17:37 +0200 |
commit | 45c0091d3d5ce1aae1f4915dfd4c15865a011fe1 (patch) | |
tree | 8a9c4dd92ca86a3ee0fec353de9b80f49aef3a2a /include/network.php | |
parent | 75184355d02007593d978a13b7e57514e6b08f63 (diff) | |
download | volse-hubzilla-45c0091d3d5ce1aae1f4915dfd4c15865a011fe1.tar.gz volse-hubzilla-45c0091d3d5ce1aae1f4915dfd4c15865a011fe1.tar.bz2 volse-hubzilla-45c0091d3d5ce1aae1f4915dfd4c15865a011fe1.zip |
more work on porting containers from streams
Diffstat (limited to 'include/network.php')
-rw-r--r-- | include/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/network.php b/include/network.php index b3a3d715c..0a78c144b 100644 --- a/include/network.php +++ b/include/network.php @@ -1488,7 +1488,7 @@ function do_delivery($deliveries, $force = false) { $interval = Config::Get('queueworker', 'queue_interval', 500000); - $deliveries_per_process = intval(Config::Get('system','delivery_batch_count')); +// $deliveries_per_process = intval(Config::Get('system','delivery_batch_count')); if($deliveries_per_process <= 0) $deliveries_per_process = 1; |