From f4b09ebef7ff619025a2f8f17c0e0b58a5990158 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);