mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Set timeout for pasteboard to 30 seconds rather than 2 (for slow providers).
This commit is contained in:
parent
53cb373976
commit
cff4f39db3
1 changed files with 1 additions and 1 deletions
|
@ -1999,7 +1999,7 @@ static NSMapTable *mimeMap = NULL;
|
|||
Protocol *p = @protocol(GSPasteboardSvr);
|
||||
|
||||
[conn enableMultipleThreads];
|
||||
[conn setReplyTimeout:2.0];
|
||||
[conn setReplyTimeout: 30.0];
|
||||
[(id)the_server setProtocolForProxy: p];
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
|
|
Loading…
Reference in a new issue