Revert default config changes.

This commit is contained in:
Dhananjay Balan 2017-01-18 16:07:54 +01:00
parent 790acb55da
commit 0f184ca72b
1 changed files with 2 additions and 2 deletions

View File

@ -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]