##// END OF EJS Templates
configitems: register the 'format.chunkcachesize' config
marmoute -
r33233:cf6c478b default
parent child Browse files
Show More
@@ -107,6 +107,9 b" coreconfigitem('devel', 'strip-obsmarker"
107 coreconfigitem('format', 'aggressivemergedeltas',
107 coreconfigitem('format', 'aggressivemergedeltas',
108 default=False,
108 default=False,
109 )
109 )
110 coreconfigitem('format', 'chunkcachesize',
111 default=None,
112 )
110 coreconfigitem('hostsecurity', 'ciphers',
113 coreconfigitem('hostsecurity', 'ciphers',
111 default=None,
114 default=None,
112 )
115 )
General Comments 0
You need to be logged in to leave comments. Login now