From 2f7224edcefb87f2cef727ae74270e4ce5ed2f9a Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Mon, 29 Oct 2018 23:41:18 -0700 Subject: [PATCH] fs.mitm: increase thread count back to 5. --- stratosphere/fs_mitm/source/fsmitm_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/fs_mitm/source/fsmitm_main.cpp b/stratosphere/fs_mitm/source/fsmitm_main.cpp index 28b47fbfb..1c12d9db1 100644 --- a/stratosphere/fs_mitm/source/fsmitm_main.cpp +++ b/stratosphere/fs_mitm/source/fsmitm_main.cpp @@ -102,7 +102,7 @@ int main(int argc, char **argv) } /* TODO: What's a good timeout value to use here? */ - auto server_manager = new FsMitmManager(1); + auto server_manager = new FsMitmManager(5); /* Create fsp-srv mitm. */ AddMitmServerToManager(server_manager, "fsp-srv", 61);