Page MenuHomePhorge

D1243.1775914736.diff
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

D1243.1775914736.diff

diff --git a/lib/ext/Syncroton/Command/Sync.php b/lib/ext/Syncroton/Command/Sync.php
--- a/lib/ext/Syncroton/Command/Sync.php
+++ b/lib/ext/Syncroton/Command/Sync.php
@@ -833,7 +833,7 @@
if ($this->_logger instanceof Zend_Log)
$this->_logger->warn(__METHOD__ . '::' . __LINE__ . " memory exhausted for entry: " . $serverId);
- continue;
+ break;
} catch (Exception $e) {
if ($this->_logger instanceof Zend_Log)
@@ -881,7 +881,7 @@
if ($this->_logger instanceof Zend_Log)
$this->_logger->warn(__METHOD__ . '::' . __LINE__ . " memory exhausted for entry: " . $serverId);
- continue;
+ break;
} catch (Exception $e) {
if ($this->_logger instanceof Zend_Log)

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 1:38 PM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18820151
Default Alt Text
D1243.1775914736.diff (1 KB)

Event Timeline