diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-22 17:27:42 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2019-08-22 19:10:27 -0700 |
commit | 261ac3486383d31a1622bcdcbc2001eb5d790f88 (patch) | |
tree | c4a61e9ced9befc6245665b578b3a15984d891b0 /doc | |
parent | fc70e56096035ab67f012088682a56efdd877df6 (diff) | |
download | patchfoo-261ac3486383d31a1622bcdcbc2001eb5d790f88.tar.gz patchfoo-261ac3486383d31a1622bcdcbc2001eb5d790f88.zip |
Update max blob size, for new sodium-native, and to match readme
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install-guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pre> { "blobs": { - "max": 10000000 + "max": 30000000 } } </pre> |