summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-16 01:18:58 -0600
committerJeff Carr <[email protected]>2024-02-16 01:18:58 -0600
commite323b15eb7849649b5c9bd8b4a086ee665b86dbd (patch)
tree49e0094c06d4aad1c1201422d11311bb435aadb1 /main.go
parent3887ab99d8941fc4dd42e562bea83970e182c2df (diff)
moving code into repostatus
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index e63d43d..7386456 100644
--- a/main.go
+++ b/main.go
@@ -62,8 +62,8 @@ func main() {
if i < 60 {
i = 60
}
- // print every 13 seconds
- if i%13 == 0 {
+ // print every 27 seconds
+ if i%27 == 0 {
log.Info("Not auto scanning", i)
}
return