mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Increase encrypted app list size limit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user