mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(Chat): better code for limit file size
This commit is contained in:
parent
3ce3f41162
commit
81e3f3ed2c
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@
|
|||
#define THUMBNAIL_IMAGE_FILE_WIDTH 100
|
||||
|
||||
// Not enabled by default.
|
||||
#define LIMIT_FILE_SIZE 0
|
||||
#ifndef LIMIT_FILE_SIZE
|
||||
#define LIMIT_FILE_SIZE 0
|
||||
#endif
|
||||
|
||||
// In Bytes. (500)
|
||||
#define FILE_SIZE_LIMIT 524288000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue