diff --git a/brainlet/config.js b/brainlet/config.js index df0cb3d..ed4754a 100755 --- a/brainlet/config.js +++ b/brainlet/config.js @@ -20,7 +20,7 @@ module.exports = { allowGatewayConnection: true, // The policy below will make all messages sent over the gateway to be in plain text saved to the database. // This is experimental and dangerous, and, as such, should generally not be used. - allowSavingMessages: true, + allowSavingMessages: false, perUserMaxGatewayConnections: 4 }, /*