Skip to content

Commit

Permalink
Merge pull request #1 from adf-patrickha/feat_client_heartbeat_interval
Browse files Browse the repository at this point in the history
feat: config option Dir->Client Heartbeat Interval

Robert: That looks good, I would add an example to the README.md as well, but that's technically not required.
  • Loading branch information
robertdebock authored Dec 15, 2023
2 parents 6b99233 + 3d4fe5a commit f743606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/client.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Client {
{% if item.connection_from_director_to_client is defined %}
Connection From Director To Client = {{ item.connection_from_director_to_client | ternary('Yes', 'No') }}
{% endif %}
{% if item.heartbeat_interval is defined %}
Heartbeat Interval = {{ item.heartbeat_interval }}
{% endif %}
{% if item.tls_enable is defined %}
TLS Enable = {{ item.tls_enable | ternary('Yes', 'No') }}
{% endif %}
Expand Down

0 comments on commit f743606

Please sign in to comment.