Revert default config changes.
This commit is contained in:
parent
790acb55da
commit
0f184ca72b
|
@ -30,7 +30,7 @@ servers = ["127.0.0.1:11211"]
|
||||||
[log]
|
[log]
|
||||||
stdout = true
|
stdout = true
|
||||||
file = "./godns.log"
|
file = "./godns.log"
|
||||||
level = "DEBUG" #DEBUG | INFO |NOTICE | WARN | ERROR
|
level = "INFO" #DEBUG | INFO |NOTICE | WARN | ERROR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ level = "DEBUG" #DEBUG | INFO |NOTICE | WARN | ERROR
|
||||||
# backend option [memory|memcache|redis]
|
# backend option [memory|memcache|redis]
|
||||||
# redis backend not implemented yet
|
# redis backend not implemented yet
|
||||||
backend = "memory"
|
backend = "memory"
|
||||||
expire = 6000 # 10 minutes
|
expire = 600 # 10 minutes
|
||||||
maxcount = 0 #If set zero. The Sum of cache itmes will be unlimit.
|
maxcount = 0 #If set zero. The Sum of cache itmes will be unlimit.
|
||||||
|
|
||||||
[hosts]
|
[hosts]
|
||||||
|
|
Loading…
Reference in New Issue