From 44ae76d9df26ec120fdd8b807ca95fdffe817b4f Mon Sep 17 00:00:00 2001 From: Kurt Jensen Date: Fri, 24 Sep 2021 08:25:02 +0000 Subject: [PATCH] Bump min http client pool to 15 --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.go b/util.go index 5c91fda..e3d8f2c 100644 --- a/util.go +++ b/util.go @@ -23,7 +23,7 @@ const ( LogFile = "dxfuse.log" ) const ( - MinHttpClientPoolSize = 8 + MinHttpClientPoolSize = 15 FileWriteInactivityThresh = 5 * time.Minute MaxDirSize = 255 * 1000 MaxNumFileHandles = 1000 * 1000