Refactor image rendering to use a browser pool and update dependencies

This commit is contained in:
ImBenji
2025-12-31 18:23:15 +00:00
parent 410a78ab2b
commit f876b01529
5 changed files with 130 additions and 36 deletions

3
.env.example Normal file
View File

@@ -0,0 +1,3 @@
# Number of browser instances to keep in the pool
# More instances = more concurrent requests but more memory usage
BROWSER_POOL_SIZE=5