mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 21:55:10 +00:00
timeouts
This commit is contained in:
@@ -116,6 +116,23 @@ public class Export implements Runnable {
|
||||
)
|
||||
private int numRetries = 3;
|
||||
|
||||
@Option(
|
||||
names = "--timeout-method",
|
||||
description = "Decompilation timeout for a single method in AS3 or single action in AS1/2 in seconds"
|
||||
)
|
||||
Integer methodTimeout = null;
|
||||
|
||||
@Option(
|
||||
names = "--timeout-total",
|
||||
description = "Total export timeout in seconds"
|
||||
)
|
||||
Integer totalTimeout = null;
|
||||
|
||||
@Option(
|
||||
names = "--timeout-file",
|
||||
description = "Export timeout for a single AS3 class in seconds"
|
||||
)
|
||||
Integer fileTimeout = null;
|
||||
|
||||
@Parameters(index = "0",
|
||||
split = ",",
|
||||
|
||||
Reference in New Issue
Block a user