From 4d6bc5fcbb31b2ec90e8c40ace095e9416199bcd Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 25 Mar 2025 18:59:03 +1300 Subject: [PATCH] Segmented logs --- src/Appwrite/Platform/Workers/Audits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Audits.php b/src/Appwrite/Platform/Workers/Audits.php index b622c483fe..a08a09373b 100644 --- a/src/Appwrite/Platform/Workers/Audits.php +++ b/src/Appwrite/Platform/Workers/Audits.php @@ -23,7 +23,7 @@ class Audits extends Action protected int $flushedAt; - protected array $logs = []; + private array $logs = []; protected function getBatchSize(): int