New Config Options
-imagor-process-concurrency int
Maximum number of image process to be executed simultaneously. Requests that exceed this limit are put in the queue. Set -1 for no limit (default -1)
-imagor-process-queue-size int
Maximum number of image process that can be put in the queue. Requests that exceed this limit are rejected with HTTP status 429. Set -1 for no limit (default -1)
What's Changed
- fix(imagor): client canceled request handling by @cshum
- build(actions): ghcr delete untagged images by @cshum
- refactor(filestorage): cleanup redundant logic by @cshum
- feat(imagor): process-queue-size by @cshum
Full Changelog: v0.9.12...v0.9.13