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 committed by Ivan FB
parent 052aff45bd
commit 50c8a6c678
1 changed files with 1 additions and 1 deletions

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