mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-22 18:59:55 -04:00
actually start the cleanup task
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"v2ray.com/core/common"
|
||||
"v2ray.com/core/common/task"
|
||||
)
|
||||
|
||||
@@ -149,6 +150,7 @@ func NewCachedMatcherGroup(g *MatcherGroup) *CachedMatcherGroup {
|
||||
return nil
|
||||
},
|
||||
}
|
||||
common.Must(r.cleanup.Start())
|
||||
return r
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user