From: Nathan S. Evans Date: Wed, 28 Apr 2010 15:21:59 +0000 (+0000) Subject: longer timeout for file locking X-Git-Tag: initial-import-from-subversion-38251~21967 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e7ff1081ebf31b9700c5384c7cfa1bf5a261e9e;p=oweals%2Fgnunet.git longer timeout for file locking --- 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,