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 4916ce5 commit 00f3ad4
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=5
export IPFS_FS_MIGRATION_11_TO_12_NWORKERS=1
ipfs repo migrate
else
ipfs init ${IPFS_PROFILE:+"--profile=$IPFS_PROFILE"}
Expand Down

0 comments on commit 00f3ad4

Please sign in to comment.