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 Articles
- highchart save image using exporting java and phantomjs
- Highchart save chart image using cURL
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- How to save a highchart to PNG image in R?
- Highchart Java export image
- How to save highchart image in to particular location in my local
- Assigning series data to highchart using Java ArrayList
- Create Phantomjs export server to convert highchart to image base64 string
- highchart exporting with phantomjs implementation
- How to save export highchart image with out dialog box?
- HighChart - Save Image into myChart.png file
- Exporting a highchart from the cmdline with phantomjs
- highchart created using value from mysql, how to export it using phantomjs
- Exporting highchart to server w/ phantomjs & highcharts-convert
- Highchart : get image url after exporting
- Resolve Conflict When Using Highchart and Highmap together (TypeError: ma is not a function)
- How to save an image of the chart on the server with highcharts?
- Export HighChart as an image in excel file together with the other page contents
- exporting highcharts polar chart to PDF with phantomjs
- I need Highchart watermark image when i download highchart
- Adding image in highchart
- How to add a background image (pattern) to highchart column graph?
- How to save a plot as image on disk from Viewer in RStudio?
- Highchart render in pdf generated using PHP mPdf
- create a donut chart using highchart using jquery json object
- using angular directive to draw highchart pie chart but when i am using it in success function it is not working
- web interface using jQuery for Java application
- Line not show properly while exporting HTML to PDF using wkhtmltopdf
- Export chart image data locally in HIghchart
- I cant save my highchart chart data in localStorage
- How to query data from database using highcharts in Codeigniter?
- Change color of the values in heatmap or remove the values in highcharter R package
- Highcharts Datetime Issue
- Highcharts - Bubblechart - adding padding to top and bottom of plot
- Can highcharts stacked percentage column chart be less than 100%
- High Charts Line Chart with missing data
- Highcharts - Format X axis with 2 digit hours in 24 hour format
- HighCharts losing all data when addPoint is called
- Highcharts not rotating to vertical in angular
- how to make chart real time with 2 line and get data from php with highcharts
- Type '{ text: string; }' is not assignable to type 'TitleObject'. in highcharts
- Need to link URL in HighChart
- How to give proper number denominations in highcharts buuble chart
- Highstock chart not rendered when using load event
- xAxis Image Disappears in Highcharts After First Refresh
- The chartoptions in highcharts are not getting updated from function call in ngoninit
- Create six chart with the same rendering,different data (highchart )
- Highcharts does not work with wicked_pdf
- Create the xAxys with a array of strings instead of an array of integers - Highcharts
- Stacked highchart graph not working correctly for 0 values