Merge branch 'master' into xeyes

This commit is contained in:
Evan Husted
2025-01-28 01:45:49 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ namespace Ryujinx.HLE.HOS.Services.Ldn.UserServiceCreator.LdnRyu.Proxy
public async Task<ushort> NatPunch()
{
NatDiscoverer discoverer = new();
CancellationTokenSource cts = new(1000);
CancellationTokenSource cts = new(5000);
NatDevice device;