Change-Id: If6d3579305afbb279057a264033736fc126b7849 Former-commit-id: 5112ee9931a1678fee37dd725a28dd6fff1e7ec9
12 lines
No EOL
578 B
Properties
12 lines
No EOL
578 B
Properties
# The period which registry subscriptions are processed
|
|
ebxml-subscription-process.cron=0+0/1+*+*+*+?
|
|
# The period which the registry runs the garbage collection
|
|
ebxml-garbage-collect-process.cron=0/10+*+*+*+*+?
|
|
# The period which adhoc subscriptions are cleaned, every 20 mins
|
|
adhocsubscription-process.cron=0+0/20+*+*+*+?
|
|
# When a federation synchonization is necessary, this is the number of threads
|
|
# that will be used for synchronization
|
|
ebxml-federation-sync-threads=3
|
|
# Master switch enabling email transmission
|
|
ebxml-email.enabled=false
|
|
ebxml-notification-batch-size=100 |