Home › Forums › PeerfactSim Forum › Fix Number of Lookups per FileID in FlatDocumentSet FileSharing Application › Reply To: Fix Number of Lookups per FileID in FlatDocumentSet FileSharing Application
Hello,
my action file:
# action file for FileSharing
all 1s-120m FileSharingApplication:join
all 120m-180m FileSharingApplication:publishResourcesFromSet files 100
all 180m FileSharingApplication:lookupResourceFromSetPeriodically files 10m
Configuration of FlatDocumentFileSet:
<?xml version=’1.0′ encoding=’utf-8′?>
<ResourceSpace
class=”org.peerfact.impl.application.filesharing.documents.DocumentSpace”
static=”getInstance”>
<ResourceSet
class=”org.peerfact.impl.application.filesharing.documents.FlatDocumentSet”
name=”files” size=”100″ />
</ResourceSpace>
I debugged my code and can verify that my document set is not growing during time.