From 95909d7ed4c8b6fd1d81a2b3d8c179114725255e Mon Sep 17 00:00:00 2001
From: nav666 <help@koldun.biz>
Date: Thu, 7 Apr 2016 02:41:19 +0300
Subject: [PATCH] Update default_config.yml

---
 src/mibew/configs/default_config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mibew/configs/default_config.yml b/src/mibew/configs/default_config.yml
index 9e3e1ee5..086589e2 100644
--- a/src/mibew/configs/default_config.yml
+++ b/src/mibew/configs/default_config.yml
@@ -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.