mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 16:05:41 +00:00
Set 15s timeout for migrations
This commit is contained in:
@@ -237,6 +237,9 @@ in
|
||||
ExecStart = "${cfg.package}/bin/apply-migrations";
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
TimeoutStartSec = 15;
|
||||
RestartSec = 1;
|
||||
StartLimitBurst = 15;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user