summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/files/moreretries.patch
blob: adea2665b0d3fc3d341f6ea0b2b7a1e0cb25d3b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;