Increasing max number fields

Increasing the max number fields to allow CDH node group templates creation

Story: 2004866
Task: 29110

Change-Id: I007f6cb5528e658fa8a0211a833500385a4aa07a
This commit is contained in:
Telles Nobrega 2019-01-25 09:39:12 -03:00
parent 07823ed09a
commit f8649ba63a
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Increasing DATA_UPLOAD_MAX_NUMBER_FIELDS django configuration to allow creation
of CDH node group templates.

View File

@ -1,2 +1,2 @@
# toggle DATA_UPLOAD_MAX_NUMBER_FIELDS
DATA_UPLOAD_MAX_NUMBER_FIELDS = 2000
DATA_UPLOAD_MAX_NUMBER_FIELDS = 2600