1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Change call ringing time to 45s, fix #507

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-23 17:57:01 +02:00
parent 7086f62c59
commit 353075d512
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -4,7 +4,7 @@
#define TOXAV_MAX_CALLS 16
#define GROUPCHAT_MAX_SIZE 32
#define TOX_FILE_INTERVAL 0
#define TOXAV_RINGING_TIME 15
#define TOXAV_RINGING_TIME 45
// TODO: Put that in the settings
#define TOXAV_MAX_VIDEO_WIDTH 1600