Skip to content

Commit f656852

Browse files
committed
Add NODE_SESSION_TTL to default config.
1 parent 3f938ed commit f656852

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packaging/deb/default

+5-2
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ GW_STATS_AGGREGATION_INTERVALS=minute,hour,day
7676
# extra frequencies to use for ISM bands that implement the CFList
7777
# EXTRA_FREQUENCIES=867100000,867300000,867500000,867700000
7878

79-
# enable only a given sub-set of channels (e.g. '0-7,8-15')
80-
# ENABLE_UPLINK_CHANNELS=0-7
79+
# enable only a given sub-set of channels (e.g. '0-7,64')
80+
# ENABLE_UPLINK_CHANNELS=0-7,64
81+
82+
# the ttl after which a node-session expires after no activity (default 31 days)
83+
NODE_SESSION_TTL=744h0m0s

0 commit comments

Comments
 (0)