a1a2c32588270e1321540ad2d46f4217a88d9507
[living-lab-site.git] / cis / cis_lb / config.py
1
2 # Number of threads which execute load balancing jobs through LBWorker class.
3 JOB_THREADS_COUNT = 5
4 # Number of threads controlled by job which make HTTP requests.
5 # NOTE: Total number of threads is JOB_THREADS_COUNT * HTTP_THREADS_COUNT.
6 HTTP_THREADS_COUNT = 5