File: syncache.default

package info (click to toggle)
syncache 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 204 kB
  • ctags: 222
  • sloc: ruby: 1,525; sh: 112; makefile: 9
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