fix(scan): remove p-limit

This commit is contained in:
JamesFlare1212
2026-04-07 08:38:15 -04:00
parent af493446ac
commit fc98dbbbae
4 changed files with 52 additions and 110 deletions

View File

@@ -48,7 +48,6 @@ services:
redis:
image: "redis:8.0-alpine"
container_name: dsas-cca-redis
# Add memory limits to prevent OOM
command: redis-server --requirepass "dsas-cca"
volumes:
- ./redis_data:/data