Merge branch 'net5' of ssh://github.com/goatcorp/Dalamud into net5

This commit is contained in:
goaaats 2022-06-21 13:15:51 +02:00
commit 8a5678cc79
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -127,7 +127,7 @@ namespace Dalamud.Injector
try
{
var tries = 0;
const int maxTries = 120;
const int maxTries = 420;
const int timeout = 50;
do