Skip to content

Commit

Permalink
[Release] 3.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkadius committed May 5, 2024
1 parent 6f6dfa4 commit 5a1378a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.13.9] 5/05/2024

**Server Launcher** Remove synthetic 1-second delay on server start/stop/restart

## [3.13.8] 4/02/2024

**Database** Fix an issue that prevents server configuration page from loading if you are missing the qsdatabase config section in your server config
Expand Down
3 changes: 0 additions & 3 deletions internal/spire/server_launcher_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"os/exec"
"path/filepath"
"strings"
"time"
)

type ServerLauncherCommand struct {
Expand Down Expand Up @@ -76,8 +75,6 @@ func (c *ServerLauncherCommand) Handle(_ *cobra.Command, args []string) {
return
}

time.Sleep(1 * time.Second)

if arg == "stop-server" || arg == "restart-server" {
processes, _ := process.Processes()
for _, p := range processes {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire",
"version": "3.13.8",
"version": "3.13.9",
"repository": {
"type": "git",
"url": "https://github.com/Akkadius/spire.git"
Expand Down

0 comments on commit 5a1378a

Please sign in to comment.