Skip to content

Commit ad9549a

Browse files
committed
WIP: Workaround content length limit
1 parent fd59b2b commit ad9549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def get_db_conf():
161161
# LIMIT SIZE OF BLOBFIELD UPLOADS
162162
# This can be customized per BlobField. Default if not given is unlimited upload
163163
# size, which is unwise if your users are not both trusted and competent
164-
GCP_STORAGE_BLOBFIELD_MAX_SIZE_BYTES = 32 * 1024 * 1024
164+
GCP_STORAGE_BLOBFIELD_MAX_SIZE_BYTES = 0 # 32 * 1024 * 1024
165165

166166
# MEDIA FILES
167167
DEFAULT_FILE_STORAGE = "django_gcp.storage.GoogleCloudMediaStorage"

0 commit comments

Comments
 (0)