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:
Jeffrey Altman 2008-12-26 23:29:32 +00:00
parent de7ba27c1d
commit bba0427a2d

View File

@ -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_ */