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
- Highcharts change label text for a single series
- php to highchart, how to send the right array?
- ZoomRange Highstock works not correct?
- Plot bar chart from top to bottom
- Highcharts 4.0.3 stacked bar chart bug adds â-
- Setting options.rangeSelector.selected to 0 does not set zoom to correct level in highstock
- Display informations under the X-Axis like in Excel with Highcharts
- Series and categories data not changing dynamically
- How to call a function in kendo
- Scrape data from graph generated with Highcharts
- High Charts Polar / Spider chart with off-graph y-axis labels
- How to combine two bunch of data, into one chart in Highcharts?
- Highcharts export button not showing (included the libraries etc)
- Highcharts not tracking mouse activity under filled area
- Highcharts remove() Inconsistencies
- Highcharts Heatmap Legend Max
- How to add icon/svg/image on X-axis for bar graph onclick event using highcharts?
- Highcharts removes series by itself
- Highcharts : Tooltip pointFormat decimal to percent
- How to draw the line maximum Height for Highchart(area spline)
- Changing baseSeries dynamicilly
- How to get current drilldown's id in Highcharts
- Highcharts-limit display of categories
- Highcharts - Legend item padding
- Highcharts - Getting a 3d effect with selected pie chart slices
- HighCharts: How to aligned horizontal yAxis title
- Highchart - adding more series to one of multiple synced highstock charts
- Change the background color above a curve
- add custom drop down menu in highcharts/highstock
- Highcharts.js - edit the axis of a chart without remaking it