X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexample_silcd.conf.in;fp=doc%2Fexample_silcd.conf.in;h=5a62abee6a320e9959335a7030bc3e2af07c3be1;hb=f45f82f204775886e5b912990f279d28270d1f06;hp=53414eb64ba7584176500f51ed0e8322ab756e0a;hpb=1fe2eebf6b6d2ca151ece57298ef11e45159ca94;p=silc.git diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 53414eb6..5a62abee 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -130,6 +130,15 @@ General { # someone joins or leaves the channel. #channel_rekey_secs = 3600; + # SILC session detachment disabling and limiting. By default clients + # can detach their sessions from server. If you set detach_disabled + # to true the DETACH command cannot be used by clients. If you + # want to limit for how long the server keeps detached sessions you + # can set the time (minutes) in detach_timeout. After that timeout + # the detached session is closed if it is not resumed. By default + # sessions are persistent as long as server is running. + #detach_disabled = true; + #detach_timeout = 1440; }; #