citadel/poky/meta/recipes-devtools/pseudo/files/moreretries.patch

20 lines
511 B
Diff
Raw Normal View History

Increase the number of retries in pseudo due to occasional slow
server shutdowns.
Upstream-Status: Pending
RP 2016/2/28
Index: git/pseudo_client.c
===================================================================
--- git.orig/pseudo_client.c
+++ git/pseudo_client.c
@@ -1282,7 +1282,7 @@ pseudo_client_setup(void) {
}
}
-#define PSEUDO_RETRIES 20
+#define PSEUDO_RETRIES 250
static pseudo_msg_t *
pseudo_client_request(pseudo_msg_t *msg, size_t len, const char *path) {
pseudo_msg_t *response = 0;