mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 06:45:50 +00:00
Loading SWFs from memory
Progressbar animation fix Few refactorings
This commit is contained in:
@@ -58,7 +58,8 @@ public class Configuration {
|
||||
*/
|
||||
public static final int DECOMPILATION_TIMEOUT = 30 * 60;
|
||||
/**
|
||||
* Decompilation timeout for a single method in AS3 or single action in AS1/2 in seconds
|
||||
* Decompilation timeout for a single method in AS3 or single action in
|
||||
* AS1/2 in seconds
|
||||
*/
|
||||
public static final int DECOMPILATION_TIMEOUT_SINGLE_METHOD = 5;
|
||||
//using parameter names in decompiling may cause problems because official programs like Flash CS 5.5 inserts wrong parameter names indices
|
||||
|
||||
Reference in New Issue
Block a user