mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:01:31 +00:00
ADD - voice memo app
This commit is contained in:
@@ -193,6 +193,20 @@ Config.Messages = {
|
||||
DeleteBatchSize = 20,
|
||||
}
|
||||
|
||||
Config.Memos = {
|
||||
MaximumCount = 100,
|
||||
MaximumDurationMs = 300000,
|
||||
MaximumBytes = 2 * 1024 * 1024,
|
||||
MaximumWaveformSamples = 96,
|
||||
TitleMaxLength = 120,
|
||||
NoteMaxLength = 2000,
|
||||
UploadsPerMinute = 10,
|
||||
WritesPerMinute = 60,
|
||||
ListsPerMinute = 60,
|
||||
MaximumPendingUploads = 1,
|
||||
UploadSessionTimeoutMs = 60000,
|
||||
}
|
||||
|
||||
Config.EasyShare = {
|
||||
Enabled = true,
|
||||
DefaultVisibility = "everyone", -- everyone, contacts or hidden
|
||||
|
||||
Reference in New Issue
Block a user