Add sleep so it doesn't spam

This commit is contained in:
sigonasr2 2022-08-16 17:15:01 -05:00
parent 3e890c5a27
commit e6bb9bfd88
2 changed files with 7 additions and 6 deletions

10
data
View File

@ -1,7 +1,7 @@
Hit self
887
91
23930
887
sigonasr2
923
100
26749
923
sigonasr2

3
run.sh
View File

@ -1,3 +1,4 @@
while [ 1 ]; do
node index.js
done
sleep 5
done