mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-16 20:55:25 +00:00
* companion radio: new CMD_SHARE_CONTACT
* room server: push notify loop interval changed to 2 secs
This commit is contained in:
@@ -119,8 +119,8 @@ struct PostInfo {
|
||||
};
|
||||
|
||||
#define REPLY_DELAY_MILLIS 1500
|
||||
#define PUSH_NOTIFY_DELAY_MILLIS 1000
|
||||
#define SYNC_PUSH_INTERVAL 1000
|
||||
#define PUSH_NOTIFY_DELAY_MILLIS 2000
|
||||
#define SYNC_PUSH_INTERVAL 2000
|
||||
|
||||
#define PUSH_ACK_TIMEOUT_FLOOD 12000
|
||||
#define PUSH_TIMEOUT_BASE 4000
|
||||
|
||||
Reference in New Issue
Block a user