restore a good value, this value was here for testing: not a good production value :--

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198644 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-11-07 08:28:46 +00:00
parent 5dbee3276e
commit 9721429786
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public interface IndexMerger
/**
* default tmp created group index ttl in minutes
*/
static final int DEFAULT_GROUP_INDEX_TTL = 1;
static final int DEFAULT_GROUP_INDEX_TTL = 30;
/**
* @param repositoriesIds repositories Ids to merge content
@ -46,4 +46,6 @@ public interface IndexMerger
void cleanTemporaryGroupIndex( TemporaryGroupIndex temporaryGroupIndex );
Collection<TemporaryGroupIndex> getTemporaryGroupIndexes();
}