Skip to content

Commit

Permalink
feat: update IPFS_FS_MIGRATION_11_TO_12_NWORKERS
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wagmi committed Nov 8, 2024
1 parent 261f5b3 commit 4916ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/container_daemon
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -e "$repo/config" ]; then

# migrate if needed
echo "Checking for migration..."
export IPFS_FS_MIGRATION_11_TO_12_NWORKERS=40
export IPFS_FS_MIGRATION_11_TO_12_NWORKERS=5
ipfs repo migrate
else
ipfs init ${IPFS_PROFILE:+"--profile=$IPFS_PROFILE"}
Expand Down

0 comments on commit 4916ce5

Please sign in to comment.