dom0: qrexec_daemon: use 30s connect timeout instead of 120s

This commit is contained in:
Joanna Rutkowska 2011-09-09 16:34:41 +02:00
parent aa1f6f63cf
commit 7d5609a80a

View File

@ -82,7 +82,7 @@ int create_qrexec_socket(int domid, char *domname)
return get_server_socket(socket_address);
}
#define MAX_STARTUP_TIME 120
#define MAX_STARTUP_TIME 30
/* do the preparatory tasks, needed before entering the main event loop */
void init(int xid)