[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [osstest] production-config: reduce min log expire age from 7d to 4d :-(
The interval between having to clear out the git caches has become ridiculously short. I'm going to arrange to keep the logs for less long. We need, however, to have more space for logs. I will try to organise this. We also need an approach to git caching that is less wasteful of space. If anyone fancies writing a competent caching proxy for git, please get in touch. Failing that I'll put it on my todo list. Ian. commit c39252a0a9f5379fa5ed636aa621e7f58b024542 Author: Ian Jackson <iwj@xxxxxxxxxxxxxxxxxxxxxxx> Date: Tue Nov 5 17:03:42 2013 +0000 production-config: reduce min log expire age from 7d to 4d :-( Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff --git a/production-config b/production-config index fb9d750..af0d299 100644 --- a/production-config +++ b/production-config @@ -35,7 +35,7 @@ WebspaceUrl="http://woking.$c{DnsDomain}/~osstest/" OverlayLocal /export/home/osstest/overlay-local LogsMinSpaceMby= 10*1e3 -LogsMinExpireAge= 86400*7 +LogsMinExpireAge= 86400*4 TestHostKeypairPath /export/home/osstest/.ssh/id_rsa_osstest _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |