tiny change to synapse

This commit is contained in:
Alex 2021-12-30 21:07:42 +01:00
parent 5ea4cef294
commit 6718d7f1da
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -12,7 +12,12 @@ job "im" {
} }
ephemeral_disk { ephemeral_disk {
size = 1000 size = 10000
}
restart {
attempts = 10
delay = "60s"
} }
task "restore-db" { task "restore-db" {
@ -84,11 +89,6 @@ job "im" {
cpu = 1000 cpu = 1000
} }
restart {
attempts = 3
delay = "30s"
}
service { service {
port = "http" port = "http"
tags = [ tags = [