diff options
-rw-r--r-- | internal/api/client/app/appcreate.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/client/app/appcreate.go b/internal/api/client/app/appcreate.go index c79c528d9..6060c9480 100644 --- a/internal/api/client/app/appcreate.go +++ b/internal/api/client/app/appcreate.go @@ -31,8 +31,8 @@ import ( // these consts are used to ensure users can't spam huge entries into our database const ( - formFieldLen = 64 - formRedirectLen = 512 + formFieldLen = 1024 + formRedirectLen = 2056 ) // AppsPOSTHandler swagger:operation POST /api/v1/apps appCreate |