Skip to content

Commit

Permalink
feat: config option Dir->Client Heartbeat Interval
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Dec 13, 2023
1 parent 6b99233 commit 3d4fe5a
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 3d4fe5a

Please sign in to comment.