# Lines preceeded by '#' are comments
# Empty lines are allowed
# The entries are name=value pairs with spaces allowed anywhere
# DEBUG_LEVEL = 1
# turns on detailed debugging, levels can go up to 3
# default is 0
# SYNC_FILES = TRUE
# when set to TRUE, causes file writes to be sync-ed with the disk. There is
# a 50% performance penalty, but database integrity is guaranteed.
# you can not -reconfig it!!!. Must bring down asdbd, change and restart it.
# default is TRUE
# TRUE_DIRECTORY_RESTORE = TRUE
# when set to TRUE, causes a restore of a directory to be a combination of all
# previous backups, as opposed to last backup only. Significantly slower
# default is TRUE
# SUSP_ALL_IN_BACKUP = TRUE
# when set to TRUE, suspends all internal activity (like deleting records or
# creating indexes) in the database during backups
# default is TRUE
# CACHE_SIZE = 455
# backup cache size. It is carefully chosen based on the database page size
# default value is 455
# SHORT_LOOP = 10
# default value is 10
# LONG_LOOP = 455
# default
# IDLE_DELAY = 120
# time in seconds since last database request
# default value is 120(seconds)
|