run_database_hammer.sh: comment out sleep command for intense queries

This commit is contained in:
Ivan Folgueira Bande 2023-11-23 17:09:45 +01:00
parent 6c749ace92
commit dccda4227c
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -18,5 +18,5 @@ do
echo "Before making query"
psql -h postgres -p 5432 -U postgres -U postgres -w -c "${QUERY_LAST_FIVE_MINUTES}"
sleep 10
#sleep 0.01
done