diff --git a/modules/splashsync/splashsync.php b/modules/splashsync/splashsync.php index 7c14b8e8..713bb3f5 100644 --- a/modules/splashsync/splashsync.php +++ b/modules/splashsync/splashsync.php @@ -378,6 +378,9 @@ public function importMessages() Splash\Client\Splash::log()->smartFilter(); } //====================================================================// + // Limit Log Buffer Size + Splash\Client\Splash::log()->slice(); + //====================================================================// // Save Changes to File if (function_exists("json_encode")) { file_put_contents($bufferFile, json_encode(Splash\Client\Splash::log()));