jobclient: initial number of jobs configurable
The new CLIENT_JOB_INITIAL configuration option allows to configure the client to request more than one job in the first request round. If a reasonable initial value is chosen, this removes the job ramp-up after each fail-client restart, and slightly improves overall throughput. Change-Id: Idac2721264ec264c520d341fac64a8311a974708
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
#define CLIENT_RETRY_COUNT @CLIENT_RETRY_COUNT@
|
||||
#define CLIENT_JOB_REQUEST_SEC @CLIENT_JOB_REQUEST_SEC@
|
||||
#define CLIENT_JOB_LIMIT @CLIENT_JOB_LIMIT@
|
||||
#define CLIENT_JOB_INITIAL @CLIENT_JOB_INITIAL@
|
||||
#define PROJECT_VERSION "@PROJECT_VERSION@"
|
||||
#define FAIL_VERSION PROJECT_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user