Increase encrypted app list size limit

This commit is contained in:
Jonas Lochmann
2022-08-01 02:00:00 +02:00
parent 30a47a336c
commit 2ffde79530
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import { AppLogicAction } from './basetypes'
import { InvalidActionParameterException } from './meta/exception'
const actionType = 'UpdateInstalledAppsAction'
const SIZE_LIMIT = 1024 * 256
const SIZE_LIMIT = 1024 * 512
export class UpdateInstalledAppsAction extends AppLogicAction {
readonly base?: Buffer