Search found 2 matches

by kgyrtkirk
19 Apr 2016, 21:52
Forum: Feature Requests and Bug Reports
Topic: FloodLimit's executor hangs
Replies: 2
Views: 2079

Re: FloodLimit's executor hangs

quick fix (for me at least ;) diff --git a/source/net/filebot/web/FloodLimit.java b/source/net/filebot/web/FloodLimit.java index e050125..0d6d1c1 100644 --- a/source/net/filebot/web/FloodLimit.java +++ b/source/net/filebot/web/FloodLimit.java @@ -17,6 +17,8 @@ public class FloodLimit { this.permits ...
by kgyrtkirk
19 Apr 2016, 21:43
Forum: Feature Requests and Bug Reports
Topic: FloodLimit's executor hangs
Replies: 2
Views: 2079

FloodLimit's executor hangs

hi, i'm using filebot to create a custom tool for myself - and i noticed something wierd... in the current dev version: * the TMDbClient has 2 static FloodLimit objects * the FloodLimit object has a private ScheduledThreadPoolExecutor, and it only schedules tasks to it...the executor itself never ...