append specification
This commit is contained in:
parent
b4aa3045ef
commit
fbaf929c2c
|
@ -31,7 +31,7 @@ file = ""
|
||||||
# redis backend not implemented yet
|
# redis backend not implemented yet
|
||||||
backend = "memory"
|
backend = "memory"
|
||||||
expire = 600 # 10 minutes
|
expire = 600 # 10 minutes
|
||||||
maxcount = 100000
|
maxcount = 0 #If set zero. The Sum of cache itmes will be unlimit.
|
||||||
|
|
||||||
[hosts]
|
[hosts]
|
||||||
#If set false, will not query hosts file and redis hosts record
|
#If set false, will not query hosts file and redis hosts record
|
||||||
|
|
Loading…
Reference in New Issue