diff --git a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp --- a/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp +++ b/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp @@ -1696,7 +1696,7 @@ if (file_exists(tempAttachmentsPath)) { Logger::log( "Attempting to delete temporary attachments file from previous backup " - "attempt."); + "attempt. Change log for testing WASM changes."); attempt_delete_file( tempAttachmentsPath, "Failed to delete temporary attachments file from previous backup " diff --git a/shared/backup_client/src/lib.rs b/shared/backup_client/src/lib.rs --- a/shared/backup_client/src/lib.rs +++ b/shared/backup_client/src/lib.rs @@ -22,7 +22,7 @@ }; const LOG_DOWNLOAD_RETRY_DELAY: Duration = Duration::from_secs(5); -const LOG_DOWNLOAD_MAX_RETRY: usize = 3; +const LOG_DOWNLOAD_MAX_RETRY: usize = 5; #[cfg(target_arch = "wasm32")] use wasm_bindgen::prelude::wasm_bindgen;