360s timeout

This commit is contained in:
fred 2021-09-23 05:41:22 +02:00
parent 83b80b55b7
commit 3bc3d47253
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ do
find /home/$YOU/.zen/ipfs_swarm/.$ipfsnodeid/ -empty -type d -delete;
################################################################
echo "OK Friend SWARM REFRESH /ipns/$ipfsnodeid INTO ~/.zen/ipfs_swarm/"
ipfs --timeout=120s get --output=/home/$YOU/.zen/ipfs_swarm/ /ipns/$ipfsnodeid
ipfs --timeout=360s get --output=/home/$YOU/.zen/ipfs_swarm/ /ipns/$ipfsnodeid
################################################################
if [ $? != 0 ];
then