mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 13:37:08 +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…
Add table
Add a link
Reference in a new issue