mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Add packetMsgEncoding and packetAnsiMsgEncoding defaults
This commit is contained in:
parent
b922f54024
commit
fa465613a1
1 changed files with 4 additions and 2 deletions
|
@ -609,8 +609,10 @@ function getDefaultConfig() {
|
|||
// Actual sizes may be slightly larger when we must place a full
|
||||
// PKT contents *somewhere*
|
||||
//
|
||||
packetTargetByteSize : 512000, // 512k, before placing messages in a new pkt
|
||||
bundleTargetByteSize : 2048000, // 2M, before creating another archive
|
||||
packetTargetByteSize : 512000, // 512k, before placing messages in a new pkt
|
||||
bundleTargetByteSize : 2048000, // 2M, before creating another archive
|
||||
packetMsgEncoding : 'utf8', // default packet encoding. Override per node if desired.
|
||||
packetAnsiMsgEncoding : 'cp437', // packet encoding for *ANSI ART* messages
|
||||
|
||||
tic : {
|
||||
secureInOnly : true, // only bring in from secure inbound (|secInbound| path, password protected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue