Update the ipfs cookbook to set a maximum number of files

The default is too low and was treated like a low disk space alert by
ipfs and ipfs-cluster, set it to 64000

Closes #44
This commit is contained in:
Greg Karékinian
2019-04-26 15:58:37 +02:00
parent ec067d4b80
commit ed8a8f1225
2 changed files with 4 additions and 4 deletions

View File

@@ -55,4 +55,4 @@ cookbook 'homebrew', '= 3.0.0'
cookbook 'mariadb', '= 0.3.1'
cookbook 'ipfs',
git: 'https://github.com/67P/ipfs-cookbook.git',
ref: 'v0.1.2'
ref: 'v0.1.3'