core, mobile: enable xftp by default (#2198)

This commit is contained in:
spaced4ndy
2023-04-18 13:49:09 +04:00
committed by GitHub
parent 09481e09b6
commit b386cc83a7
6 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ defaultChatConfig =
fileChunkSize = 15780, -- do not change
xftpDescrPartSize = 14000,
inlineFiles = defaultInlineFilesConfig,
xftpFileConfig = Nothing,
xftpFileConfig = Just defaultXFTPFileConfig,
tempDir = Nothing,
logLevel = CLLImportant,
subscriptionEvents = False,