Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit db9ebe3

Browse files
drwashohoffmabc
authored andcommitted
tweak: Reduce the offline timeout from 5 seconds to 3 seconds
1 parent 89afe04 commit db9ebe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ func NewNodeWithConfig(config *NodeConfig, password string, mnemonic string) (*N
282282
Datastore: sqliteDB,
283283
MasterPrivateKey: mPrivKey,
284284
Multiwallet: mw,
285-
OfflineMessageFailoverTimeout: 5 * time.Second,
285+
OfflineMessageFailoverTimeout: 3 * time.Second,
286286
PushNodes: pushNodes,
287287
RepoPath: config.RepoPath,
288288
UserAgent: core.USERAGENT,

0 commit comments

Comments
 (0)