File: syncache.default

package info (click to toggle)
syncache 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: ruby: 1,536; sh: 108; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /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