mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Implement review suggestion
This commit is contained in:
parent
9429a3261e
commit
8c6cb758f7
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ func finalizeWriting() {
|
|||
// Last Unexpected Logs
|
||||
|
||||
var (
|
||||
lastUnexpectedLogs = make([]string, 10)
|
||||
lastUnexpectedLogs [10]string
|
||||
lastUnexpectedLogsIndex int
|
||||
lastUnexpectedLogsLock sync.Mutex
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue