##// END OF EJS Templates
chgserver: update docs...
Jun Wu -
r28325:9fec3cb8 default
parent child Browse files
Show More
@@ -22,8 +22,19 b''
22 'setenv' command
22 'setenv' command
23 replace os.environ completely
23 replace os.environ completely
24
24
25 'setumask' command
26 set umask
27
25 'SIGHUP' signal
28 'SIGHUP' signal
26 reload configuration files
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 from __future__ import absolute_import
40 from __future__ import absolute_import
General Comments 0
You need to be logged in to leave comments. Login now