Skip to content

Commit

Permalink
Add new know limitation see issue telefonicaid#1289
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizc committed Oct 29, 2015
1 parent 88ebd4e commit 9e4e80a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/manuals/user/known_limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ Required" response. This is due to the way the underlying HTTP library
(microhttpd) works, see details in [this email thread in the microhttpd
mailing
list](http://lists.gnu.org/archive/html/libmicrohttpd/2014-01/msg00063.html).

## Entity fields length limitation

Due to limitations at MongoDB layer, the lenght of entity ID, type and servicePath has to follow the following rule.
length(id) + length(type) + length(servicePath) + 10 < 1024
Otherwise, we will get and error at entity creation time.

0 comments on commit 9e4e80a

Please sign in to comment.