1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00

common: Change daemon startup timeout from 5 to 8 seconds.

* common/asshelp.c (SECS_TO_WAIT_FOR_AGENT): Change from 5 to 8
seconds.
(SECS_TO_WAIT_FOR_KEYBOXD): Ditto.
(SECS_TO_WAIT_FOR_DIRMNGR): Ditto.
--

Experience on Windows showed that right after re-booting we may need
some more time to get things up.
This commit is contained in:
Werner Koch 2024-11-25 10:36:52 +01:00
parent bb6b38c240
commit 73f3d98444
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -53,9 +53,9 @@
/* The time we wait until the agent or the dirmngr are ready for /* The time we wait until the agent or the dirmngr are ready for
operation after we started them before giving up. */ operation after we started them before giving up. */
#define SECS_TO_WAIT_FOR_AGENT 5 #define SECS_TO_WAIT_FOR_AGENT 8
#define SECS_TO_WAIT_FOR_KEYBOXD 5 #define SECS_TO_WAIT_FOR_KEYBOXD 8
#define SECS_TO_WAIT_FOR_DIRMNGR 5 #define SECS_TO_WAIT_FOR_DIRMNGR 8
/* A bitfield that specifies the assuan categories to log. This is /* A bitfield that specifies the assuan categories to log. This is
identical to the default log handler of libassuan. We need to do identical to the default log handler of libassuan. We need to do