Skip to content

Commit

Permalink
Bump max project size 150MB (#535)
Browse files Browse the repository at this point in the history
* Bump maximum project size.

* Add docs on configuring max project size.
  • Loading branch information
rossbar committed Feb 14, 2024
1 parent c9a931c commit 5631490
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/.platform/nginx/conf.d/proxy.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
client_max_body_size 50M;
client_max_body_size 150M;
10 changes: 10 additions & 0 deletions documentation/LOCAL_USE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ and open the repository with:
cd deepcell-label
```

## Configuring project size

There is a configurable upper bound to the size of project deepcell-label
supports.
This value is stored in `backend/.platform/nginx/conf.d/proxy.conf` and
can be modified to support larger projects.
Bear in mind however that projects are uploaded/downloaded from s3 buckets,
so beware of increasing this value too much lest the size of the bucket
grows too rapidly!

## Set up Flask backend

Open the subfolder for the backend:
Expand Down

0 comments on commit 5631490

Please sign in to comment.