aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/files/moreretries.patch
blob: c1e5552365944598af2d10693d34f62c08104e42 (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: pseudo-1.7.5/pseudo_client.c
===================================================================
--- pseudo-1.7.5.orig/pseudo_client.c
+++ pseudo-1.7.5/pseudo_client.c
@@ -1214,7 +1214,7 @@ pseudo_client_setup(void) {
 	return 1;
 }
 
-#define PSEUDO_RETRIES 50
+#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;