Set the log limit to 200 entries
This commit is contained in:
@@ -22,7 +22,7 @@ func UseLogBuffer(queue *Queue) gin.HandlerFunc {
|
||||
|
||||
// Write the output to our queue
|
||||
queue.push(output)
|
||||
queue.Limit(50)
|
||||
queue.Limit(200)
|
||||
|
||||
// Return nothing
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user