This commit is contained in:
r-ca 2024-01-20 23:51:20 +09:00
parent 12ba9234a4
commit c53c4ed9a1
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -34,7 +34,7 @@ public class LacertaLibraryImpl implements LacertaLibrary {
return CompletableFuture.supplyAsync(() -> { return CompletableFuture.supplyAsync(() -> {
// 5秒フリーズさせる // 5秒フリーズさせる
try { try {
Thread.sleep(5000); Thread.sleep(1000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }