Skip to content

Commit

Permalink
removed unnecessary batch_size config
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Sep 30, 2024
1 parent f7615d0 commit d6ccbef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions backend/src/configs/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ repo:
context_path: /

celery:
batch_size:
text: 200
image: 10
audio: 10
video: 10
backend:
host: ${oc.env:REDIS_HOST, localhost}
port: ${oc.env:REDIS_PORT, 6379}
Expand Down
5 changes: 0 additions & 5 deletions backend/src/configs/default_localhost_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ repo:
context_path: /

celery:
batch_size:
text: 200
image: 10
audio: 10
video: 10
backend:
host: ${oc.env:REDIS_HOST, localhost}
port: ${oc.env:REDIS_PORT, 6379}
Expand Down

0 comments on commit d6ccbef

Please sign in to comment.