Skip to content

Commit

Permalink
fixes 22
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed Oct 17, 2024
1 parent 9eb6431 commit 1d2e19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/client2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Constants
MAX_WEIGHT_LIMIT = 50 # Total weight limit for all jobs
THREAD_POOL_SIZE = 1 # Number of threads for processing
THREAD_POOL_SIZE = 4 # Number of threads for processing
QUEUE_MAX_SIZE = THREAD_POOL_SIZE * 2 # Maximum size of the job queue

BASE_DIR = Path(".client_cache")
Expand Down

0 comments on commit 1d2e19d

Please sign in to comment.