mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 20:37:43 +03:00
Revert LRU cache changes
This commit is contained in:
parent
d744d03d93
commit
9c6e70b7cc
6 changed files with 8 additions and 11 deletions
|
@ -68,7 +68,7 @@ func NewGVisor(
|
|||
logger: options.Logger,
|
||||
}
|
||||
if gStack.router != nil {
|
||||
gStack.routeMapping = NewRouteMapping(options.Context, options.UDPTimeout)
|
||||
gStack.routeMapping = NewRouteMapping(options.UDPTimeout)
|
||||
}
|
||||
return gStack, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue