hsa: reduce number of preallocated vcl test server sessions
[vpp.git] / src / plugins / hs_apps / vcl / vcl_test_server.c
index f5c81ce..b4ec0a6 100644 (file)
@@ -590,7 +590,7 @@ vts_worker_init (vcl_test_server_worker_t * wrk)
 
   vtinf ("Initializing worker ...");
 
-  conn_pool_expand (wrk, VCL_TEST_CFG_MAX_TEST_SESS + 1);
+  conn_pool_expand (wrk, VCL_TEST_CFG_INIT_TEST_SESS + 1);
   if (wrk->wrk_index)
     if (vppcom_worker_register ())
       vtfail ("vppcom_worker_register()", 1);