-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(projectOwnershipTransfer): ensure OpenRosa media files are synchr…
…onized when transferring project ownership TASK-1352 (#5365) ### 📣 Summary Fixed an issue where OpenRosa media files were not synced during project ownership transfers causing a 404 error in Collect when opening a project due to missing media files. ### 📖 Description An issue was resolved where OpenRosa media files were not properly synced when transferring project ownership. This fix ensures that all media files are transferred correctly along with the project, preventing errors and maintaining data consistency. Previously, the absence of these media files resulted in a 404 error when users attempted to open the project using Collect. This update addresses the root cause, ensuring that all required files are available post-transfer.
- Loading branch information
1 parent
296ac68
commit edd6352
Showing
2 changed files
with
49 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
ASYNC_TASK_HEARTBEAT = 60 * 5 # every 5 minutes | ||
FILE_MOVE_CHUNK_SIZE = 1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters