Fix for limiting AKAs, show parent PID that forked child, other minor fixes
This commit is contained in:
@@ -251,7 +251,8 @@ final class Receive extends Item
|
||||
|
||||
if (file_exists($this->file)
|
||||
&& (Storage::disk('local')->lastModified($this->local_path($ao)) === $this->mtime)
|
||||
&& (Storage::disk('local')->size($this->local_path($ao)) === $this->size)) {
|
||||
&& (Storage::disk('local')->size($this->local_path($ao)) === $this->size))
|
||||
{
|
||||
Log::alert(sprintf('%s:- File already exists - skipping [%s]', self::LOGKEY, $this->file));
|
||||
return Protocol::FOP_SKIP;
|
||||
|
||||
|
Reference in New Issue
Block a user