Преглед изворни кода

Adjust wait timeout

During first setup postgres takes its time to get up and running, resulting in "postgres in startup" exceptions from synapse if you run without additional services that come in between. Hence suggesting increasing the time a bit to avoid having an error which heals itself and thus is hard to spot for newcomers.
pull/916/head
Markus Ullmann пре 5 година
committed by GitHub
родитељ
комит
be23249f4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-common-after/tasks/start.yml

+ 1
- 1
roles/matrix-common-after/tasks/start.yml Прегледај датотеку

@@ -30,7 +30,7 @@
# as we may run into systemd's automatic restart logic retrying the service. # as we may run into systemd's automatic restart logic retrying the service.
- name: Wait a bit, so that services can start (or fail) - name: Wait a bit, so that services can start (or fail)
wait_for: wait_for:
timeout: 5
timeout: 15
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false




Loading…
Откажи
Сачувај