Update default_config.yml

This commit is contained in:
nav666 2016-04-07 02:41:19 +03:00
parent 8fe1498847
commit 95909d7ed4

View File

@ -61,8 +61,8 @@ cache:
memcached_servers:
- host: localhost
port: 11211
# The "weight" field is optional and can be omitted.
weight: 0
# The "weight" field is optional and can be omitted and it's only positive int number.
weight: 1
# Actually, one can use any number of memcached servers he wants. Just
# add servers description like the one above.