If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#960 Consider changeing the decompile method timeout to a lower value
Author:
honfika

Date created:
Type: feature
Visibility: Everybody
Assigned to:
State: new 

Currently it is 1 minute, it is too much, 99.4% of the methods needs less than 1 second
When it needs more than 1 minute it is probably an endless loop.
New stat using my laptop:
Total exported files: 184527
0 <= Exporting time <= 0.01 sec: 135402
0.01 sec <= Exporting time <= 0.1 sec: 39339
0.1 sec <= Exporting time <= 1 sec: 8470
1 sec <= Exporting time <= 1 min: 1253
1 min <= Exporting time <= 5 min: 37
5 min <= Exporting time: 26
Cumulated values:
0 <= Exporting time <= 0.01 sec: 135402, 73.38%
0.01 sec <= Exporting time <= 0.1 sec: 174741, 94.70%
0.1 sec <= Exporting time <= 1 sec: 183211, 99.29%
1 sec <= Exporting time <= 1 min: 184464, 99.97%
1 min <= Exporting time <= 5 min: 184501, 99.99%
5 min <= Exporting time: 184527, 100.00%
Cumulated values (fixed):
0 <= Exporting time <= 0.01 sec: 135402, 73.38%
0 <= Exporting time <= 0.1 sec: 174741, 94.70%
0 <= Exporting time <= 1 sec: 183211, 99.29%
0 <= Exporting time <= 1 min: 184464, 99.97%
0 <= Exporting time <= 5 min: 184501, 99.99%
0 <= Exporting time: 184527, 100.00%