Browse Source

Change time out value for RPC

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@690 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
letz 22 years ago
parent
commit
3404cdc968
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/os/macosx/ipc.h

+ 1
- 1
config/os/macosx/ipc.h View File

@@ -56,7 +56,7 @@
time out solve the problem but does not seems really satisfactory.
*/

#define WAIT 25 /* in millisecond */
#define WAIT 2500 /* in millisecond */

static inline int
jack_client_resume(jack_client_internal_t *client)


Loading…
Cancel
Save