From 3404cdc96803134da1f5571c0fe9280a3fe53583 Mon Sep 17 00:00:00 2001 From: letz Date: Thu, 8 Apr 2004 09:42:12 +0000 Subject: [PATCH] Change time out value for RPC git-svn-id: svn+ssh://jackaudio.org/trunk/jack@690 0c269be4-1314-0410-8aa9-9f06e86f4224 --- config/os/macosx/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/os/macosx/ipc.h b/config/os/macosx/ipc.h index 621196e..c021039 100644 --- a/config/os/macosx/ipc.h +++ b/config/os/macosx/ipc.h @@ -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)