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