should have been 10mb default
This commit is contained in:
parent
65865101ce
commit
b2f63b8761
|
@ -34,7 +34,7 @@ ORPHANED_WIN_TASK_LOCK = "orphaned-win-task-lock-key"
|
|||
SYNC_MESH_PERMS_TASK_LOCK = "sync-mesh-perms-lock-key"
|
||||
|
||||
TRMM_WS_MAX_SIZE = getattr(settings, "TRMM_WS_MAX_SIZE", 100 * 2**20)
|
||||
TRMM_MAX_REQUEST_SIZE = getattr(settings, "TRMM_MAX_REQUEST_SIZE", 1 * 1024 * 1024)
|
||||
TRMM_MAX_REQUEST_SIZE = getattr(settings, "TRMM_MAX_REQUEST_SIZE", 10 * 2**20)
|
||||
|
||||
|
||||
class GoArch(models.TextChoices):
|
||||
|
|
Loading…
Reference in New Issue