You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/02 08:55:26 UTC

[GitHub] chetanmeh commented on a change in pull request #3709: Inlined attachments

chetanmeh commented on a change in pull request #3709: Inlined attachments
URL: https://github.com/apache/incubator-openwhisk/pull/3709#discussion_r192554298
 
 

 ##########
 File path: common/scala/src/main/resources/application.conf
 ##########
 @@ -114,6 +114,14 @@ whisk {
         actions-ddoc = "whisks.v2.1.0"
         activations-ddoc = "whisks.v2.1.0"
         activations-filter-ddoc = "whisks-filters.v2.1.0"
+
+        # Size limit for inlined attachments. Attachments having size less than this would
+        # be inlined with there content encoded in attachmentName
+        max-inline-size = 16 k
 
 Review comment:
   It should be possible to override the default via env variable `CONFIG_whisk_db_maxInlineSize`. Is that what you meant?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services