##// END OF EJS Templates
chgserver: move comments in config example...
Jun Wu -
r30990:cb899ee1 default
parent child Browse files
Show More
@@ -31,8 +31,11 b' Config'
31 ::
31 ::
32
32
33 [chgserver]
33 [chgserver]
34 idletimeout = 3600 # seconds, after which an idle server will exit
34 # how long (in seconds) should an idle chg server exit
35 skiphash = False # whether to skip config or env change checks
35 idletimeout = 3600
36
37 # whether to skip config or env change checks
38 skiphash = False
36 """
39 """
37
40
38 from __future__ import absolute_import
41 from __future__ import absolute_import
General Comments 0
You need to be logged in to leave comments. Login now