forked from thkala/fuseflt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuseflt.conf
More file actions
43 lines (31 loc) · 670 Bytes
/
Copy pathfuseflt.conf
File metadata and controls
43 lines (31 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Cache expiry check interval (seconds)
cache_chk_int = 10
# Maximum cache entry age (seconds)
cache_max_age = 120
# Maximum number of cache entries
# cache_max_nr = 640
# Directory for temporary files
# temp_dir = /tmp
# Use "ghost" temporary files ?
# ghost_temp = 1
# File content filters
#
# All three entries are required for each filter. Miss one
# and all filter definitions will be messed up completely.
flt_in = .gz
flt_out =
flt_cmd = gzip -dc
flt_in = .bz2
flt_out =
flt_cmd = bzip2 -dc
flt_in =
flt_out = .gz
flt_cmd = gzip -9
flt_in =
flt_out = .bz2
flt_cmd = bzip2 -9
# Filename extension filters
ext_in = .gz
ext_out =
ext_in = .bz2
ext_out =