This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit 3ff72511bb39c80e18d22751191814bc39090287 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Thu Mar 12 18:03:08 2015 +0100 changement valeur par défaut "%" et mise à jour du README pour les updates --- README | 18 +++++++++++++++++- app/modules/storage_modules/shelve_db.py | 4 ++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README b/README index 8de8cb8..0a56a93 100644 --- a/README +++ b/README @@ -30,4 +30,20 @@ Install python dependancies (needs Pip): Launch the server : ./run.sh -The service will be avaliable on 0.0.0.0:1337 \ No newline at end of file +The service will be avaliable on 0.0.0.0:1337 + +--------- +Updates +--------- + +git pull + +delete bower_components folder + +bower install + +edit conf.txt + +remove database + +Launch the server again: ./run.sh \ No newline at end of file diff --git a/app/modules/storage_modules/shelve_db.py b/app/modules/storage_modules/shelve_db.py index 87b47ff..4e2f75e 100644 --- a/app/modules/storage_modules/shelve_db.py +++ b/app/modules/storage_modules/shelve_db.py @@ -144,8 +144,8 @@ class shelve_db: unit = dict_mod_info[mod]['unit'] mod_conf['unit'] = unit if unit == '%': - mod_conf['minor_limit'] = 95 - mod_conf['major_limit'] = 100 + mod_conf['minor_limit'] = 80 + mod_conf['major_limit'] = 95 elif unit == 'bool': mod_conf['minor_limit'] = True mod_conf['major_limit'] = False -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.