jonjomckay / quahog

A PHP client library for the ClamAV clamd daemon
MIT License
80 stars 23 forks source link

Builds on Travis CI are very slow #23

Closed jonjomckay closed 7 years ago

jonjomckay commented 7 years ago

The builds on Travis CI are really, really slow sometimes - occasionally taking 10 minutes to run. This is mostly because ClamAV takes an abnormally long amount of time to update - we could cache the /var/lib/clamav directory to try and speed this up in the future.

MassiveHiggsField commented 7 years ago

Good idea. While writing it, i got the notification that you already implemented it :+1:

jonjomckay commented 7 years ago

@MassiveHiggsField haha sorry! The build seems to be consistent around 2 minutes now which is a lot better - do you have any further recommendations?

MassiveHiggsField commented 7 years ago

No, not really. Just did a quick google check if it could have been done on the ClamAV side, startup parameter or something like that. But its absolutely fine this way :)

jonjomckay commented 7 years ago

Cool, I'll merge this in then :)