mirror of
https://github.com/apache/archiva.git
synced 2025-02-06 10:09:32 +00:00
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 @@ IndexingContext buildMergedIndex( Collection<String> repositoriesIds, boolean pa
|
||||
void cleanTemporaryGroupIndex( TemporaryGroupIndex temporaryGroupIndex );
|
||||
|
||||
Collection<TemporaryGroupIndex> getTemporaryGroupIndexes();
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user