UNPKG

@multiplayer-app/session-recorder-common

Version:
6 lines (4 loc) 225 B
export * from './constants.base' export const MULTIPLAYER_MAX_HTTP_REQUEST_RESPONSE_SIZE = process.env.MULTIPLAYER_MAX_HTTP_REQUEST_RESPONSE_SIZE ? Number(process.env.MULTIPLAYER_MAX_HTTP_REQUEST_RESPONSE_SIZE) : 500000