Skip to content

Commit 150c1cf

Browse files
authored
fix(config): update default stunKeepaliveStartS (#903)
Ever since syncthing/syncthing@e714df0, `stunKeepaliveStartS` has defaulted to 180, and not 24.
1 parent 6e422e8 commit 150c1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ The ``options`` element contains all other global configuration options.
12621262
.. option:: options.stunKeepaliveStartS
12631263

12641264
Interval in seconds between contacting a STUN server to maintain NAT
1265-
mapping. Default is ``24`` and you can set it to ``0`` to disable contacting
1265+
mapping. Default is ``180`` and you can set it to ``0`` to disable contacting
12661266
STUN servers. The interval is automatically reduced if needed, down to a
12671267
minimum of :opt:`stunKeepaliveMinS`.
12681268

0 commit comments

Comments
 (0)