[FEATURE] Massively increased loading time
This commit is contained in:
parent
b989f6efbe
commit
1a79ea7960
13 changed files with 145 additions and 55 deletions
|
@ -24,12 +24,13 @@ function payloadFilter(req, res) {
|
|||
if (!version) return res.status(400).send("Server version is required!");
|
||||
if (!serverType) return res.status(400).send("Server type is required!");
|
||||
if (!memory) return res.status(400).send("Memory is required!");
|
||||
// TODO: Impliment non creation time backups
|
||||
if (
|
||||
!!backupHost ||
|
||||
!!backupBucket ||
|
||||
!!backupId ||
|
||||
!!backupKey ||
|
||||
!backupInterval
|
||||
!!backupInterval
|
||||
) {
|
||||
// If any keys are required, all are required
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue