partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 63aeb102b15f81676ccd35a13794e7f36ad9189d
parent 4421f7547d0338163ebc20a534d4e577ee1783b8
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Mon,  2 Nov 2015 22:57:29 +0100

Added max_users parameter

Diffstat:
Mapp/config/config.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/app/config/config.yml b/app/config/config.yml @@ -10,6 +10,9 @@ imports: - { resource: config_partkeepr.yml } - { resource: config_filesystem.yml } +parameters: + max_users: unlimited + fos_rest: body_listener: true format_listener: true