mirror of https://github.com/apache/archiva.git
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:
parent
5dbee3276e
commit
9721429786
|
@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue