mirror of
https://github.com/pterodactyl/wings.git
synced 2026-05-02 04:16:25 -05:00
Lets not attempt to pull 16384 log lines
This commit is contained in:
@@ -313,7 +313,7 @@ func (h *Handler) HandleInbound(m Message) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
logs, err := h.server.Environment.Readlog(1024 * 16)
|
||||
logs, err := h.server.Environment.Readlog(100)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user