dojohnso / OctoPrint-PrintJobHistory

OctoPrint Plugin stores all print-job information of a print in a database
https://plugins.octoprint.org/plugins/PrintJobHistory/
16 stars 4 forks source link

Update PrintJobHistoryAPI.py to fix GET of thumbnails that broke arou… #1

Closed dojohnso closed 1 year ago

dojohnso commented 1 year ago

…nd Octoprint 1.9 timeframe

removed outdated cache_timeout and replaced with max_age, set to 1 day (86400 seconds) but whatever makes sense is good there if you wanted to change it.