Just make a script: #!/bin/sh find /home/blahblah/path//orangebox/tf/downloads -mindepth 1 -mtime +1 -delete
And add a cronjob: * 4 * * * /home/blahblah/cleandownloads.sh Every morning at 4AM all files older than a day are deleted. On Sat, Apr 7, 2012 at 3:36 AM, Cameron Munroe <[email protected]>wrote: > Is there any way to have them auto removed, or a way to have them deleted > after x period of time. =) Plugin ideas? > > > > On 04/07/2012 12:30 AM, doc wrote: > >> You need to nuke the stuff in the tf/downloads/ folder every so often. I >> had this same issue and after these were deleted (no harm in doing so) the >> lag was magically gone! >> >> On Fri, Apr 6, 2012 at 10:22 PM, Cameron Munroe >> <[email protected]>**wrote: >> >> So I have sprays enabled on my server and when people connect a massive >>> lagg occurs. The lagg is over nearly in a instance. However, it still >>> laggs >>> the server and I was wondering if anyone knows a fix.... >>> >>> >>> Thanks in advanced. >>> >>> ______________________________****_________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> please visit: >>> https://list.valvesoftware.****com/cgi-bin/mailman/listinfo/*** >>> *hlds_linux<https://list.**valvesoftware.com/cgi-bin/** >>> mailman/listinfo/hlds_linux<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux> >>> > >>> >>> ______________________________**_________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux> >> > > > ______________________________**_________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds_linux<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux> > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

