mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Merge pull request #168 from nav666/patch-2
Fix issue with invalid default weight for memcached server in config
This commit is contained in:
commit
e8f07d27ef
@ -61,8 +61,8 @@ cache:
|
|||||||
memcached_servers:
|
memcached_servers:
|
||||||
- host: localhost
|
- host: localhost
|
||||||
port: 11211
|
port: 11211
|
||||||
# The "weight" field is optional and can be omitted.
|
# The "weight" field is optional and can be omitted and it's only positive int number.
|
||||||
weight: 0
|
weight: 1
|
||||||
# Actually, one can use any number of memcached servers he wants. Just
|
# Actually, one can use any number of memcached servers he wants. Just
|
||||||
# add servers description like the one above.
|
# add servers description like the one above.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user