settings: increase memcache max item size (#22476)

This commit is contained in:
Frédéric Péters 2018-03-12 22:32:27 +01:00
parent 35227e123f
commit 206fdf46e8
1 changed files with 3 additions and 0 deletions

3
debian/50gnm.py vendored
View File

@ -271,3 +271,6 @@ JSON_CELL_TYPES = {
"url": "[idp_url]api/users/[user_nameid]/"
}
}
import memcache
memcache.SERVER_MAX_VALUE_LENGTH = 10 * 1024 * 1024