Skip to content

Commit

Permalink
Merge branch 'master' into search-urls2
Browse files Browse the repository at this point in the history
  • Loading branch information
huumn authored Oct 3, 2023
2 parents 4a84085 + c0c691e commit 2f3a116
Show file tree
Hide file tree
Showing 58 changed files with 2,266 additions and 1,525 deletions.
6 changes: 4 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ OPENSEARCH_PASSWORD=

# imgproxy options
IMGPROXY_ENABLE_WEBP_DETECTION=1
IMGPROXY_MAX_ANIMATION_FRAMES=100
IMGPROXY_MAX_SRC_RESOLUTION=200
IMGPROXY_ENABLE_AVIF_DETECTION=1
IMGPROXY_MAX_ANIMATION_FRAMES=2000
IMGPROXY_MAX_SRC_RESOLUTION=50
IMGPROXY_MAX_ANIMATION_FRAME_RESOLUTION=200
IMGPROXY_READ_TIMEOUT=10
IMGPROXY_WRITE_TIMEOUT=10
IMGPROXY_DOWNLOAD_TIMEOUT=9
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: npm run start
worker: node --trace-warnings worker/index.js
worker: npm run worker
69 changes: 0 additions & 69 deletions api/resolvers/imgproxy/index.js

This file was deleted.

Loading

0 comments on commit 2f3a116

Please sign in to comment.