mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Windows: Increase size of worker thread pools
The size of the afs redirector worker thread pools should be made configurable but for now just increase the pool size to be in parity with the default worker pool created by the afsd service. Change-Id: Ib3c9356783162620112041582fa3d9dbaf8fce37 Reviewed-on: http://gerrit.openafs.org/6627 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
0f65600b67
commit
5e08628da2
@ -96,8 +96,8 @@ NTSTATUS
|
||||
// Worker thread count
|
||||
//
|
||||
|
||||
#define AFS_WORKER_COUNT 5
|
||||
#define AFS_IO_WORKER_COUNT 5
|
||||
#define AFS_WORKER_COUNT 16
|
||||
#define AFS_IO_WORKER_COUNT 8
|
||||
|
||||
//
|
||||
// Worker thread states
|
||||
|
Loading…
Reference in New Issue
Block a user