code: mafs

Download patch

ref: f69cacb4c76a07d489c9e6d81356573cf15e90b2
parent: ddd35edac6785918a0c4ca11548db2a7f211a732
author: 9ferno <gophone2015@gmail.com>
date: Thu Dec 1 22:33:32 EST 2022

increased the number of workers to 8

--- a/dat.h
+++ b/dat.h
@@ -268,7 +268,7 @@
 enum
 {
 	Nworks = 1024,	/* make this a parameter? */
-	Nworkers = 2 /* 32 */,	/* make this a parameter? */
+	Nworkers = 8 /* 32 */,	/* make this a parameter? */
 	Nlru  = 32,
 	Nuserserrmsg = 64,
 };