office-js: Update max for RoamingSettings (#29421)

This commit is contained in:
Elizabeth Samuel
2018-10-03 17:05:25 -07:00
committed by Wesley Wigham
parent 99c221ca8c
commit 00e1cc7c32

View File

@@ -16204,7 +16204,7 @@ declare namespace Office {
* The set method creates a new setting of the specified name if it does not already exist, or sets an existing setting of the specified name.
* The value is stored in the document as the serialized JSON representation of its data type.
*
* A maximum of 2MB is available for the settings of each add-in, and each individual setting is limited to 32KB.
* A maximum of 32KB is available for the settings of each add-in.
*
* Any changes made to settings using the set function will not be saved to the server until the saveAsync function is called.
*