Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
113b3ff0
Commit
113b3ff0
authored
May 05, 2021
by
david
Browse files
Broken pipe without heartbeat. #76
parent
e64ebac2
Changes
3
Show whitespace changes
Inline
Side-by-side
config/sample-development.engine.ini
View file @
113b3ff0
...
...
@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port
=
43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency
=
0
heartbeat_frequency
=
1
[api]
## STEERING ##
...
...
config/sample-docker.engine.ini
View file @
113b3ff0
...
...
@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port
=
43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency
=
0
heartbeat_frequency
=
1
[api]
## STEERING ##
...
...
config/sample-production.engine.ini
View file @
113b3ff0
...
...
@@ -34,7 +34,7 @@ heartbeat_server = "127.0.0.1"
# Some UDP port
heartbeat_port
=
43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency
=
0
heartbeat_frequency
=
1
[api]
## STEERING ##
...
...
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