Skip to content

Commit

Permalink
Merge pull request #272 from moov-io/increase-icl-buffer-size
Browse files Browse the repository at this point in the history
lib/apps: increase ICL buffer size to 15MB
  • Loading branch information
adamdecaf authored Jul 11, 2023
2 parents 22d40fd + 297ae4b commit 50e6c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/apps/17-imagecashletterwebui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ spec:
- -http.addr=:8080
- -admin.addr=:9090
- -base-path=/x9
env:
- name: READER_BUFFER_SIZE
value: "15728640" # 15MB to support image data
ports:
- containerPort: 8080
name: http
Expand Down

0 comments on commit 50e6c92

Please sign in to comment.