Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
550bae51
Commit
550bae51
authored
Jul 13, 2017
by
Erick Hitter
Browse files
Fix message as sites may not have been sent
parent
bd708ab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner/runner.go
View file @
550bae51
...
...
@@ -121,7 +121,7 @@ func retrieveSitesPeriodically(sites chan<- Site) {
sites
<-
site
}
logger
.
Printf
(
"
Sites sent to event retrievers, n
ext site retreival in %d seconds"
,
getEventsLoop
/
1000
/
1000
/
1000
)
logger
.
Printf
(
"
N
ext site retreival in %d seconds"
,
getEventsLoop
/
1000
/
1000
/
1000
)
time
.
Sleep
(
getEventsLoop
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment