mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-23 20:45:25 +00:00
removing debug
This commit is contained in:
parent
29f4ac9160
commit
de9f9620d5
@ -1,7 +1,6 @@
|
|||||||
package protocolstate
|
package protocolstate
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"log"
|
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
@ -25,7 +24,6 @@ func StartActiveMemGuardian() {
|
|||||||
memTimer := time.NewTicker(memguardian.DefaultInterval)
|
memTimer := time.NewTicker(memguardian.DefaultInterval)
|
||||||
go func() {
|
go func() {
|
||||||
for range memTimer.C {
|
for range memTimer.C {
|
||||||
log.Println(IsLowOnMemory())
|
|
||||||
if IsLowOnMemory() {
|
if IsLowOnMemory() {
|
||||||
GlobalGuardBytesBufferAlloc()
|
GlobalGuardBytesBufferAlloc()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user