From 261ac3486383d31a1622bcdcbc2001eb5d790f88 Mon Sep 17 00:00:00 2001 From: cel Date: Thu, 22 Aug 2019 17:27:42 -0700 Subject: Update max blob size, for new sodium-native, and to match readme --- doc/install-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install-guide.html b/doc/install-guide.html index f63adad..451d926 100644 --- a/doc/install-guide.html +++ b/doc/install-guide.html @@ -26,7 +26,7 @@ PATH=$PATH:$HOME/.local/bin
 {
   "blobs": {
-    "max": 10000000
+    "max": 30000000
   }
 }
 
-- cgit v1.2.3