# /etc/default/syncache
# Dmitry Borodaenko

# Change to "0" to disable starting syncache-drb on boot
ENABLED=1

# Change default dRuby URI
#URI='druby://localhost:9000'

# Change default time-to-live limit
#TTL=86400

# Change default limit on number of cached objects
#SIZE=10000

# Rate-limit flush operations: if less than that number of seconds has
# passed since last flush, next flush will be delayed.
#FLUSHDELAY=
FLUSHDELAY=5
