]> git.localhorst.tv Git - alttp.git/commitdiff
give more time to download aos seed
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 12 May 2022 22:21:59 +0000 (00:21 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 12 May 2022 22:21:59 +0000 (00:21 +0200)
app/Jobs/GenerateAosSeed.php

index a95c372bd1f79ad2736f46a5b53ed4ef4c8e45d4..bd0d73c86b900c0fed5f5262b81b5e7e2793d7e4 100644 (file)
@@ -65,7 +65,7 @@ class GenerateAosSeed implements ShouldQueue
 
                        $stage = 'waiting for rom';
                        $romFile = $temp_dir.'/'.$seed->hash.'.gba';
-                       for ($i = 0; $i < 20; ++$i) {
+                       for ($i = 0; $i < 100; ++$i) {
                                clearstatcache();
                                if (is_file($romFile) && filesize($romFile) >= 8388608) {
                                        break;