score:1
Open AbstractPool.java file, in line 117 you can find:
Collection<File> oldFiles = FileUtils.listFiles(TempDir.outputDir.toFile(),filter, null);
for (File file : oldFiles) {
file.delete();
}
Simply delete that lines, and should be enough. Or above that lines you can set higher fixedRate
.
score:1
In addition to Pawel's answer you can also change the time limit in the app-convert.properties
file:
# Keep files in the temp folder for a certain retentionTime, defined in miliseconds
retentionTime = 30000
That is the default. So, 30s makes sense.
Source: stackoverflow.com
Related Query
- highchart save image using exporting java and phantomjs
- Highchart save chart image using cURL
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Converting high chart to image and send to server using ajax call
- Place Data in Highchart using json and post url
- How to read and insert correct highchart number in selectors using Selenium Webdriver with Python?
- Using Viewmodel and datepicker with Dotnet Highchart in MVC
- Setting Min and Max values for more than two Highchart Solid Gauges using function
- Scatter chart using HTML and Java Script (makeing y axis starting from zero (upside down) )
- How to save a highchart to PNG image in R?
- Highchart Java export image
- Ugly Highchart when using letter label for both xaxis and yaxis
- How to save highchart image in to particular location in my local
- Resolve Conflict When Using Highchart and Treemap together ( f.inArray is not a function)
- Assigning series data to highchart using Java ArrayList
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- Highchart graph inside leaflet popup using geojson data and oneachfeature
- save charts as image and include in pdf export
- Using an editable table with HighChart and having the chart refresh with change
- Adding a Button to toggle between graph and table using Highchart
- How to trigger legend click event on outside when using Highchart and no using JQuery
- Combining gantt chart and line chart using highchart
- Highchart issue in values and Label text when using 4 axis
- Make dynamic Y-axis max value and tick interval of highchart using php
- setData Series Highchart using Ajax and CodeIgniter
- How to add button image in normalstate,hoverstate,pressed state and disabled state in Renderer button using highcharts?
- How to create multiple highchart and print in HTML page by using for loop?
- Formatting XAxis labels when rendering chart on server using phantomjs and JSON
- Create Phantomjs export server to convert highchart to image base64 string
More Query from same tag
- R Highchart // grouped categories in x axis
- Difference between ChartModule & HighchartsChartModule in Angular-HighCharts?
- how I can get a static tooltip on a plotline, highstock?
- Highchart Heatmap Tooltip get x or key in HeaderFormat
- How to create combo chart with Highcharts
- Highcharts - Dynamic enable/disable scrollbar
- highcharts custom datalabels duplicating
- How to remove additional number appear in x-axis Highchart
- Javascript/Jquery/Gantt Highchart : On clicking over a task progress pop-up should get open
- highcharts How to automatically extended columns
- Custom colors in Highcharter are not mapping correctly to the legend
- Highchart tooltip is not working when using it for date
- HighCharts/jQuery: chart.redraw slow - possible to improve speed?
- sorting categories in a highcharter stacked column chart
- Highcharts assign label to to x-axis max value
- Highcharts click on column (not bar)
- pop up using htmlExpand not working in highcharts
- Extracting data from JSONP in meteor
- JavaScript / JSF2 data (rectangle) visualization in a cartesian coordinate system
- React-Highcharts does not redraw chart
- Highcharts Gantt - how to make the horizontal rows / lanes taller?
- How can I avoid moving flags when mouseovered - highcharts
- Why Highcharts box only show with some position
- Highcharts custom styling connect and label
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- highcharts check if a piechart section is selected
- Hide 'Range Input' button in mobile full screen of highcharts
- Show tooltips of piechart when hover outside of the chart on a button
- Show context menu on right click High-chart v3.0.10
- Can't display extra tooltip data in price history chart