mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-windows-afsd-max-daemons-20081226
LICENSE MIT permit the number of daemon threads to be increased to 64 instead of a maximum of 8. (cherry picked from commit 9784a9f0cc35cf485c5f9533db9dd8247df3b7c3)
This commit is contained in:
parent
de7ba27c1d
commit
bba0427a2d
@ -41,6 +41,6 @@ typedef struct cm_bkgRequest {
|
||||
extern void cm_QueueBKGRequest(cm_scache_t *scp, cm_bkgProc_t *procp, afs_uint32 p1,
|
||||
afs_uint32 p2, afs_uint32 p3, afs_uint32 p4, cm_user_t *userp);
|
||||
|
||||
#define CM_MAX_DAEMONS 8
|
||||
#define CM_MAX_DAEMONS 64
|
||||
|
||||
#endif /* __CM_DAEMON_H_ENV_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user