Skip to content

Commit

Permalink
improve 'running locally' documentation to reference queue-based inge…
Browse files Browse the repository at this point in the history
…stion

Co-authored-by: David Blatcher <[email protected]>
  • Loading branch information
twrichards and dblatcher committed Dec 19, 2023
1 parent 424aac9 commit 83a6799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/02-running/01-running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ If you haven't used the `--with-local-auth` flag, you'll begin a Google authenti

If you have used the `--no-auth` flag you'll be signed in automatically as John Doe (with no oauth flow) and will have ALL permissions.

Note that there's currently a 20MB limit per file on uploads to image-loader (see `client_max_body_size` in nginx mappings).
Note that there's currently a 20MB limit per file on direct/legacy uploads to image-loader (see `client_max_body_size` in nginx mappings). Theoretically you could upload such large files directly to the S3watcher bucket with something like `aws s3 cp --endpoint http://localhost:4576 ...`.
No such limit applies to the queue-based ingestion (see https://github.com/guardian/grid/pull/4201), which is the default for a fresh local setup.

## Cerebro

Expand Down

0 comments on commit 83a6799

Please sign in to comment.