Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
485dcaa8
Commit
485dcaa8
authored
Jan 14, 2022
by
Joerg-Holger Panzer
Browse files
Prevent shutdown
parent
e8f5e664
Pipeline
#266266
passed with stages
in 11 minutes and 41 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
collector/collector.go
View file @
485dcaa8
...
...
@@ -8,5 +8,8 @@ import (
func
main
()
{
helper
.
IndexAll
()
for
{
// add infinite loop, to prevent docker based autorestart
time
.
Sleep
(
300
*
time
.
Second
)
}
}
Write
Preview
Markdown
is supported
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