From 4e7ff1081ebf31b9700c5384c7cfa1bf5a261e9e Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Wed, 28 Apr 2010 15:21:59 +0000 Subject: [PATCH] longer timeout for file locking --- src/util/crypto_rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index c15dff945..2c4daee18 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -659,7 +659,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) sizeof (struct RsaPrivateKeyBinaryEncoded), GNUNET_NO)) { - if (0 == ++cnt % 10) + if (0 == ++cnt % 60) { ec = errno; GNUNET_log (GNUNET_ERROR_TYPE_ERROR, -- 2.25.1