feat: download option cache on search

This commit is contained in:
2025-05-22 20:48:08 -05:00
parent 764fef37e5
commit a9c6abe06b
4 changed files with 39 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ services:
command: -v --time-limit=3600 --limit=10
env_file:
- .env
restart: always
depends_on:
app:
condition: service_healthy
@@ -46,6 +47,7 @@ services:
command: -vv --time-limit=3600
env_file:
- .env
restart: always
depends_on:
app:
condition: service_healthy