Skip to content

Commit

Permalink
Add NODE_SESSION_TTL to default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed May 18, 2017
1 parent 3f938ed commit f656852
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packaging/deb/default
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ GW_STATS_AGGREGATION_INTERVALS=minute,hour,day
# extra frequencies to use for ISM bands that implement the CFList
# EXTRA_FREQUENCIES=867100000,867300000,867500000,867700000

# enable only a given sub-set of channels (e.g. '0-7,8-15')
# ENABLE_UPLINK_CHANNELS=0-7
# enable only a given sub-set of channels (e.g. '0-7,64')
# ENABLE_UPLINK_CHANNELS=0-7,64

# the ttl after which a node-session expires after no activity (default 31 days)
NODE_SESSION_TTL=744h0m0s

0 comments on commit f656852

Please sign in to comment.