Mercurial > public > develkit
changeset 55:089def1a3a2d
increase snapshot TTL for developer builds
author | smith@nwoca.org |
---|---|
date | Mon, 20 Jun 2011 11:00:20 -0400 |
parents | a435af436c95 |
children | 885cf9e76820 |
files | ssdt.default.ivy.settings.xml |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ssdt.default.ivy.settings.xml Sun Jun 19 09:26:08 2011 -0400 +++ b/ssdt.default.ivy.settings.xml Mon Jun 20 11:00:20 2011 -0400 @@ -5,9 +5,7 @@ <ivysettings> <settings defaultResolver="default"/> <caches defaultCacheDir="${user.home}/.ivy2/cache" useOrigin="true" > - <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="5m"> - <ttl revision="latest.integration" duration="10s"/> - </cache> + <cache name="snapshot-cache" basedir="${user.home}/.ivy2/snapshot-cache" defaultTTL="60m"/> </caches> <property name="ivy.local.default.root" value="${user.home}/.ivy2/local" override="false"/> <property name="ivy.default.ivy.user.dir" value="${user.home}/.ivy2" override="false"/>