Quellcode durchsuchen

Add matrix_hookshot_feeds_pollTimeoutSeconds

pull/2223/head
Slavi Pantaleev vor 3 Jahren
Ursprung
Commit
ec45b87376
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      roles/matrix-bridge-hookshot/defaults/main.yml
  2. +1
    -0
      roles/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 0
roles/matrix-bridge-hookshot/defaults/main.yml Datei anzeigen

@@ -131,6 +131,7 @@ matrix_hookshot_generic_user_id_prefix: '_webhooks_'
matrix_hookshot_feeds_enabled: true matrix_hookshot_feeds_enabled: true
# polling interval in seconds # polling interval in seconds
matrix_hookshot_feeds_interval: 600 matrix_hookshot_feeds_interval: 600
matrix_hookshot_feeds_pollTimeoutSeconds: 10




# There is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead. # There is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.


+ 1
- 0
roles/matrix-bridge-hookshot/templates/config.yml.j2 Datei anzeigen

@@ -84,6 +84,7 @@ feeds:
# #
enabled: {{ matrix_hookshot_feeds_enabled }} enabled: {{ matrix_hookshot_feeds_enabled }}
pollIntervalSeconds: {{ matrix_hookshot_feeds_interval }} pollIntervalSeconds: {{ matrix_hookshot_feeds_interval }}
pollTimeoutSeconds: {{ matrix_hookshot_feeds_pollTimeoutSeconds | to_json }}
{% endif %} {% endif %}
{% if matrix_hookshot_provisioning_enabled %} {% if matrix_hookshot_provisioning_enabled %}
provisioning: provisioning:


Laden…
Abbrechen
Speichern