working at CIS-LB
[living-lab-site.git] / cis / cis_lb / config.py
diff --git a/cis/cis_lb/config.py b/cis/cis_lb/config.py
new file mode 100644 (file)
index 0000000..a1a2c32
--- /dev/null
@@ -0,0 +1,6 @@
+
+# Number of threads which execute load balancing jobs through LBWorker class.
+JOB_THREADS_COUNT = 5
+# Number of threads controlled by job which make HTTP requests.
+# NOTE: Total number of threads is JOB_THREADS_COUNT * HTTP_THREADS_COUNT.
+HTTP_THREADS_COUNT = 5
\ No newline at end of file