forked from Deuxfleurs/nixcfg
tiny change to synapse
This commit is contained in:
parent
5ea4cef294
commit
6718d7f1da
1 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,12 @@ job "im" {
|
|||
}
|
||||
|
||||
ephemeral_disk {
|
||||
size = 1000
|
||||
size = 10000
|
||||
}
|
||||
|
||||
restart {
|
||||
attempts = 10
|
||||
delay = "60s"
|
||||
}
|
||||
|
||||
task "restore-db" {
|
||||
|
@ -84,11 +89,6 @@ job "im" {
|
|||
cpu = 1000
|
||||
}
|
||||
|
||||
restart {
|
||||
attempts = 3
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
service {
|
||||
port = "http"
|
||||
tags = [
|
||||
|
|
Loading…
Reference in a new issue