equal
deleted
inserted
replaced
126 default=None, |
126 default=None, |
127 ) |
127 ) |
128 coreconfigitem('format', 'usefncache', |
128 coreconfigitem('format', 'usefncache', |
129 default=True, |
129 default=True, |
130 ) |
130 ) |
|
131 coreconfigitem('format', 'usegeneraldelta', |
|
132 default=True, |
|
133 ) |
131 coreconfigitem('hostsecurity', 'ciphers', |
134 coreconfigitem('hostsecurity', 'ciphers', |
132 default=None, |
135 default=None, |
133 ) |
136 ) |
134 coreconfigitem('hostsecurity', 'disabletls10warning', |
137 coreconfigitem('hostsecurity', 'disabletls10warning', |
135 default=False, |
138 default=False, |