read 150 messages instead of 50

This commit is contained in:
qo-op 2021-03-08 19:22:32 +01:00
parent 039f03d530
commit b674f8570e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ do
liking_me_count=$((liking_me_count+1))
echo ">>>>>> CHECKING my friend n° $liking_me_count"
echo "READING 'ipfstryme' message from $liking_me"
for peerline in $(~/.zen/astrXbian/zen/jaklis/jaklis.py read -n50 -j | jq -r --arg friendKEY "$liking_me" '.[] | select(.pubkey == $friendKEY)' | jq 'select(.title == "ipfstryme")' | jq -r '.content');
for peerline in $(~/.zen/astrXbian/zen/jaklis/jaklis.py read -n150 -j | jq -r --arg friendKEY "$liking_me" '.[] | select(.pubkey == $friendKEY)' | jq 'select(.title == "ipfstryme")' | jq -r '.content');
do
echo ""
echo "PEERLINE: $peerline"