##############################################################
# Setup debug level of Domingo:
#   options are one of: FATAL, ERROR, WARN, INFO or DEBUG
#   default: WARN
#
de.bea.domingo.monitor.level: WARN

##############################################################
# Setup number of threads in thread pool:
#   options are any integer bigger than zero: 1, 2, 3, 4, ...
#   default: 1
#
de.bea.domingo.threadpool.size: 1


##############################################################
# Threshold of weak cache before recycling unused notes objects.
#   options are any integer bigger than zero: 1, 2, 3, 4, ...
#   default: 2000
# Extremly small values might worsen performance, extremly high values might
# result in 'out of memory' errors.
de.bea.domingo.cache.threshold: 2000

##############################################################
# Name of factory class to use
#   options are any name of a Java class implemeting the interface DNotesFactory
#   default: NotesServiceFactory
#   WARNING: You should not change this property unless your are a domingo
#            developer or an experienced domino user!
#            Changing this property might cause unexpected errors!
#de.bea.domingo.factory: de.bea.domingo.http.NotesHttpFactory
#de.bea.domingo.factory: de.bea.domingo.service.NotesServiceFactory
#de.bea.domingo.factory: de.bea.domingo.proxy.NotesProxyFactory
