Skip to content

Commit

Permalink
Fix known_limitations.md for bug telefonicaid#1289
Browse files Browse the repository at this point in the history
  • Loading branch information
fortizc committed Oct 29, 2015
1 parent 2b05680 commit 032761e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manuals/user/known_limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ 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

length(id) + length(type) + length(servicePath) + 10 < 1024

Otherwise, we will get and error at entity creation time.

0 comments on commit 032761e

Please sign in to comment.