mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 01:45:25 +00:00
core, ui: relay management - add, remove relays, synchronization to relay list (#6917)
This commit is contained in:
@@ -117,6 +117,9 @@ defaultChatConfig =
|
||||
deliveryWorkerDelay = 0,
|
||||
deliveryBucketSize = 10000,
|
||||
channelSubscriberRole = GRObserver,
|
||||
relayChecksInitialDelay = 30 * 1000000, -- 30 seconds
|
||||
relayChecksInterval = 30 * 60, -- 30 minutes
|
||||
relayInactiveTTL = nominalDay,
|
||||
relayRequestRetryInterval = RetryInterval {initialInterval = 5_000000, increaseAfter = 0, maxInterval = 600_000000},
|
||||
relayRequestExpiry = (10, nominalDay),
|
||||
deviceNameForRemote = "",
|
||||
|
||||
Reference in New Issue
Block a user