|
|
@ -49,8 +49,8 @@ apiController.loadConfig = async function (req) {
|
|
|
|
socketioTransports,
|
|
|
|
socketioTransports,
|
|
|
|
socketioOrigins,
|
|
|
|
socketioOrigins,
|
|
|
|
websocketAddress,
|
|
|
|
websocketAddress,
|
|
|
|
maxReconnectionAttempts: meta.config.maxReconnectionAttempts || 5,
|
|
|
|
maxReconnectionAttempts: meta.config.maxReconnectionAttempts,
|
|
|
|
reconnectionDelay: meta.config.reconnectionDelay || 1500,
|
|
|
|
reconnectionDelay: meta.config.reconnectionDelay,
|
|
|
|
topicsPerPage: meta.config.topicsPerPage || 20,
|
|
|
|
topicsPerPage: meta.config.topicsPerPage || 20,
|
|
|
|
postsPerPage: meta.config.postsPerPage || 20,
|
|
|
|
postsPerPage: meta.config.postsPerPage || 20,
|
|
|
|
maximumFileSize: meta.config.maximumFileSize,
|
|
|
|
maximumFileSize: meta.config.maximumFileSize,
|
|
|
|