[copr] [backend] update default timeout in config
This commit is contained in:
parent
932ab8863d
commit
2991ab5f2b
2 changed files with 3 additions and 1 deletions
|
@ -83,4 +83,4 @@ spawn_in_advance={{ spawn_in_advance }}
|
||||||
|
|
||||||
[builder]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
timeout=3600
|
timeout=21600
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
# TODO: I think we missing user creation, check it we do it somewhere else ...
|
||||||
|
|
||||||
- name: Copy over backup scriplet
|
- name: Copy over backup scriplet
|
||||||
copy: src="{{ files }}/../roles/postgresql_server/files/backup-database" dest=/usr/local/bin/backup-database mode=0755
|
copy: src="{{ files }}/../roles/postgresql_server/files/backup-database" dest=/usr/local/bin/backup-database mode=0755
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue