aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------libweb0
-rw-r--r--main.c2
2 files changed, 2 insertions, 0 deletions
diff --git a/libweb b/libweb
-Subproject 4918cf87d3cf5d3dd8425fe10d97a06282472df
+Subproject db9cb051c4ee05c07ab32dfed5bae8b7dc0916b
diff --git a/main.c b/main.c
index ee29be0..104a381 100644
--- a/main.c
+++ b/main.c
@@ -2663,6 +2663,8 @@ int main(int argc, char *argv[])
.length = check_length,
.tmpdir = tmpdir,
.user = &ua,
+ /* Fetching thumbnails might require many concurrent connections. */
+ .backlog = 128,
.post =
{
/* Arbitrary limit. */