Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async def _prepare_project_copy(
)
settings = get_application_settings(app).WEBSERVER_PROJECTS
assert settings # nosec
if max_bytes := settings.PROJECTS_MAX_COPY_SIZE_BYTES:
if deep_copy is True and (max_bytes := settings.PROJECTS_MAX_COPY_SIZE_BYTES):
# get project total data size
project_data_size = await get_project_total_size_simcore_s3(
app, user_id, src_project_uuid
Expand Down
Loading