We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd59b2b commit ad9549aCopy full SHA for ad9549a
tests/server/settings.py
@@ -161,7 +161,7 @@ def get_db_conf():
161
# LIMIT SIZE OF BLOBFIELD UPLOADS
162
# This can be customized per BlobField. Default if not given is unlimited upload
163
# size, which is unwise if your users are not both trusted and competent
164
-GCP_STORAGE_BLOBFIELD_MAX_SIZE_BYTES = 32 * 1024 * 1024
+GCP_STORAGE_BLOBFIELD_MAX_SIZE_BYTES = 0 # 32 * 1024 * 1024
165
166
# MEDIA FILES
167
DEFAULT_FILE_STORAGE = "django_gcp.storage.GoogleCloudMediaStorage"
0 commit comments