Skip to content

Commit 0a81dd5

Browse files
committed
Add note about future developments
1 parent 7eacee0 commit 0a81dd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/how-to/lazy-connection.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ In other words, the inactivity timer only triggers a disconnect if the peer is b
3939
The default inactivity threshold is <strong>60 minutes</strong>, and can be configured via the <code>NB_LAZY_CONN_INACTIVITY_THRESHOLD</code> environment variable.
4040
</Note>
4141

42+
Additionally, the disconnection logic is being improved and will be enhanced in future releases to better support mobile devices—providing more intelligent reconnection behavior and improved handling of intermittent connectivity.
43+
4244
## Enabling Lazy Connections
4345

4446
Lazy connections are disabled by default. To enable them:
@@ -62,7 +64,7 @@ netbird up --enable-lazy-connection
6264
For platform-specific examples of how to configure this:
6365

6466
- [See Windows example](/how-to/troubleshooting-client#windows)
65-
- [See Linux with systemd example](/how-to/troubleshooting-client#on-linux-with-systemd)
67+
- [See Linux with systemd example](c/how-to/troubleshooting-client#on-linux-with-systemd)
6668

6769

6870

0 commit comments

Comments
 (0)