mirror of
https://github.com/KeatonTheBot/Ryujinx.git
synced 2026-03-29 08:18:41 +00:00
HLE: LDN: Reduce NAT timeout from 5 seconds to 2.5
This commit is contained in:
parent
e3258ab026
commit
5e77ca25c8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.LdnRyu.Proxy
|
|||
public async Task<ushort> NatPunch()
|
||||
{
|
||||
NatDiscoverer discoverer = new NatDiscoverer();
|
||||
CancellationTokenSource cts = new CancellationTokenSource(5000);
|
||||
CancellationTokenSource cts = new CancellationTokenSource(2500);
|
||||
|
||||
NatDevice device;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue