LICENSE MIT
Further testing on the 115KB AT&T Edge connection shows that 128KB
provides reasonably robust performance with six simultaneous copies of
multi-MB files to AFS.
(cherry picked from commit
704fddccd0f714c848b37ccee427f8eeded53bd6)
#define CM_CONFIGDEFAULT_CACHESIZE 98304
#define CM_CONFIGDEFAULT_BLOCKSIZE 4096
-#define CM_CONFIGDEFAULT_ASYNCSTORESIZE 32768 /* 32K */
+#define CM_CONFIGDEFAULT_ASYNCSTORESIZE 131072 /* 128K */
#define CM_CONFIGDEFAULT_STATS 10000
#define CM_CONFIGDEFAULT_CHUNKSIZE 18 /* 256KB */
#define CM_CONFIGDEFAULT_DAEMONS 1