mirror of
https://github.com/safing/portbase
synced 2025-09-04 19:50:18 +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
|
// Last Unexpected Logs
|
||||||
|
|
||||||
var (
|
var (
|
||||||
lastUnexpectedLogs = make([]string, 10)
|
lastUnexpectedLogs [10]string
|
||||||
lastUnexpectedLogsIndex int
|
lastUnexpectedLogsIndex int
|
||||||
lastUnexpectedLogsLock sync.Mutex
|
lastUnexpectedLogsLock sync.Mutex
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue