Add console throttling; closes pterodactyl/panel#2214 (#60)
This commit is contained in:
@@ -199,6 +199,7 @@ func deleteServer(c *gin.Context) {
|
||||
|
||||
// Unsubscribe all of the event listeners.
|
||||
s.Events().Destroy()
|
||||
s.Throttler().StopTimer()
|
||||
|
||||
// Destroy the environment; in Docker this will handle a running container and
|
||||
// forcibly terminate it before removing the container, so we do not need to handle
|
||||
|
||||
Reference in New Issue
Block a user