case issue
This commit is contained in:
parent
3aa6e96904
commit
cae380f068
2
boot.php
2
boot.php
@ -1814,7 +1814,7 @@ function get_max_import_size() {
|
||||
*
|
||||
* $cmd and string args are surrounded with ""
|
||||
*/
|
||||
function proc_run($cmd){
|
||||
function proc_run(){
|
||||
|
||||
$a = get_app();
|
||||
|
||||
|
@ -1922,7 +1922,7 @@ function do_delivery($deliveries) {
|
||||
$deliver[] = $d;
|
||||
|
||||
if(count($deliver) >= $deliveries_per_process) {
|
||||
Zotlabs\Daemon\Master::summon(array('Deliver',$deliver));
|
||||
Zotlabs\Daemon\Master::Summon(array('Deliver',$deliver));
|
||||
$deliver = array();
|
||||
if($interval)
|
||||
@time_sleep_until(microtime(true) + (float) $interval);
|
||||
@ -1932,7 +1932,7 @@ function do_delivery($deliveries) {
|
||||
// catch any stragglers
|
||||
|
||||
if($deliver)
|
||||
Zotlabs\Daemon\Master::summon(array('Deliver',$deliver));
|
||||
Zotlabs\Daemon\Master::Summon(array('Deliver',$deliver));
|
||||
|
||||
|
||||
}
|
||||
|
1055
util/hmessages.po
1055
util/hmessages.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user