diff --git a/src/pages/how-to/lazy-connection.mdx b/src/pages/how-to/lazy-connection.mdx
index be8efa47..c4035f23 100644
--- a/src/pages/how-to/lazy-connection.mdx
+++ b/src/pages/how-to/lazy-connection.mdx
@@ -41,7 +41,7 @@ Once a connection between two peers is established, it will remain open **as lon
In other words, the inactivity timer only triggers a disconnect if the peer is both inactive and unreachable for the full duration of the threshold.
- The default inactivity threshold is 60 minutes, and can be configured via the NB_LAZY_CONN_INACTIVITY_THRESHOLD environment variable.
+ The default inactivity threshold is 60 minutes, and can be configured via the NB_LAZY_CONN_INACTIVITY_THRESHOLD environment variable (`60`).
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.