Skip to content

Commit

Permalink
Merge pull request #4317 from neobrain/change_fexserver_close_timeout
Browse files Browse the repository at this point in the history
FEXServer: Lower close timeout
  • Loading branch information
Sonicadvance1 authored Jan 31, 2025
2 parents c892899 + 176fa7a commit 26e50ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tools/FEXServer/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ int main(int argc, char** argv, char** const envp) {
// This will let FEXInterpreter know we are ready
PipeScanner::ClosePipes();

ProcessPipe::SetConfiguration(Options.Foreground, Options.PersistentTimeout ?: 10);
ProcessPipe::SetConfiguration(Options.Foreground, Options.PersistentTimeout ?: 1);

// Actually spin up the request thread.
// Any applications that were waiting for the socket to accept will then go through here.
Expand Down

0 comments on commit 26e50ef

Please sign in to comment.