##// END OF EJS Templates
chgserver: update docs...
Jun Wu -
r28325:9fec3cb8 default
parent child Browse files
Show More
@@ -22,8 +22,19
22 22 'setenv' command
23 23 replace os.environ completely
24 24
25 'setumask' command
26 set umask
27
25 28 'SIGHUP' signal
26 29 reload configuration files
30
31 Config
32 ------
33
34 ::
35
36 [chgserver]
37 idletimeout = 3600 # seconds, after which an idle server will exit
27 38 """
28 39
29 40 from __future__ import absolute_import
General Comments 0
You need to be logged in to leave comments. Login now