mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Lower reply timeout to 2.0 seconds
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@39096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
627b1751d5
commit
fef3c6ca6d
1 changed files with 1 additions and 1 deletions
|
@ -2002,7 +2002,7 @@ static NSMapTable *mimeMap = NULL;
|
|||
// Testplant-MAL-2015.10.27...
|
||||
// Fix issue with waiting forever if gpbs crashes within a
|
||||
// certain processing window...
|
||||
[conn setReplyTimeout:5.0];
|
||||
[conn setReplyTimeout:2.0];
|
||||
[(id)the_server setProtocolForProxy: p];
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
|
|
Loading…
Reference in a new issue